![]() |
Helper function to fill a ml_metadata.Value proto.
tfx.dsl.compiler.compiler_utils.set_field_value_pb(
pb: metadata_store_pb2.Value,
value: Union[str, int, float]
) -> metadata_store_pb2.Value
Args | |
---|---|
pb
|
A Value proto to be filled in. |
value
|
Value to be set to appopriate field in the proto, based on the type. |
Returns | |
---|---|
A Value proto filled with the provided value. |