![]() |
Gets the primitive type value of a pipeline_pb2.Value instance.
tfx.orchestration.portable.mlmd.common_utils.get_value(
tfx_value: pipeline_pb2.Value
) -> tfx.types.Property
Args | |
---|---|
tfx_value
|
A pipeline_pb2.Value message. |
Returns | |
---|---|
The primitive type value of the tfx value. |
Raises | |
---|---|
RuntimeError
|
when the value is still in RuntimeParameter form. |