![]() |
A struct to store information for an execution.
tfx.orchestration.portable.data_types.ExecutionInfo(
execution_id=attr_dict['execution_id'].default,
input_dict=attr_dict['input_dict'].default,
output_dict=attr_dict['output_dict'].default,
exec_properties=attr_dict['exec_properties'].default,
execution_output_uri=attr_dict['execution_output_uri'].default,
stateful_working_dir=attr_dict['stateful_working_dir'].default,
tmp_dir=attr_dict['tmp_dir'].default,
pipeline_node=attr_dict['pipeline_node'].default,
pipeline_info=attr_dict['pipeline_info'].default,
pipeline_run_id=attr_dict['pipeline_run_id'].default
)
Methods
from_proto
@classmethod
from_proto( execution_invocation: execution_invocation_pb2.ExecutionInvocation ) -> "ExecutionInfo"
to_proto
to_proto() -> execution_invocation_pb2.ExecutionInvocation
__eq__
__eq__(
other
)
Method generated by attrs for class ExecutionInfo.
__ge__
__ge__(
other
)
Method generated by attrs for class ExecutionInfo.
__gt__
__gt__(
other
)
Method generated by attrs for class ExecutionInfo.
__le__
__le__(
other
)
Method generated by attrs for class ExecutionInfo.
__lt__
__lt__(
other
)
Method generated by attrs for class ExecutionInfo.
__ne__
__ne__(
other
)
Method generated by attrs for class ExecutionInfo.