mlmd.proto.Execution

An execution describes a component run or a step in an ML workflow along with its runtime parameters, e.g., a Trainer run, a data transformation step.

create_time_since_epoch int64 create_time_since_epoch
custom_properties repeated CustomPropertiesEntry custom_properties
external_id string external_id
id int64 id
last_known_state State last_known_state
last_update_time_since_epoch int64 last_update_time_since_epoch
name string name
properties repeated PropertiesEntry properties
system_metadata Any system_metadata
type string type
type_id int64 type_id

Child Classes

class CustomPropertiesEntry

class PropertiesEntry

CACHED 5
CANCELED 6
COMPLETE 3
FAILED 4
NEW 1
RUNNING 2
State Instance of google.protobuf.internal.enum_type_wrapper.EnumTypeWrapper
UNKNOWN 0