Parses a map from key to Value proto as execution properties.
tfx.orchestration.kubeflow.v2.container.kubeflow_v2_entrypoint_utils.parse_execution_properties(
exec_properties: Any
) -> Dict[str, Any]
Parses a mapping field in a protobuf message, whose value is a Kubeflow Value
proto messages, to a Python dict, whose value is a Python primitive object.
Args |
exec_properties
|
the mapping field in the proto message, representing the
execution properties of the component.
|
Returns |
dictionary of the parsed execution properties.
|