![]() |
Gets the primitive type value of a metadata_store_pb2.Value instance.
tfx.orchestration.data_types_utils.get_metadata_value(
value: metadata_store_pb2.Value
) -> Optional[types.Property]
Args | |
---|---|
value
|
A metadata_store_pb2.Value message. |
Returns | |
---|---|
The primitive type value of metadata_store_pb2.Value instance if set, None
otherwise.
|