Runtime parameter.
tfx.v1.dsl.experimental.RuntimeParameter(
name: str,
ptype: Optional[Type] = None,
default: Optional[Union[int, float, str]] = None,
description: Optional[str] = None
)
Currently only supported on KubeflowDagRunner.
For protos, use text type RuntimeParameter, which holds the proto json
string, e.g., '{"num_steps": 5}'
for TrainArgs proto.
Methods
__eq__
__eq__(
other
)
Return self==value.