mlmd.proto.Event

An event records the relationship between artifacts and executions.

When an execution happens, events record every artifact that was used by the execution, and every artifact that was produced. These records allow for lineage tracking throughout a ML workflow.

artifact_id int64 artifact_id
execution_id int64 execution_id
milliseconds_since_epoch int64 milliseconds_since_epoch
path Path path
system_metadata Any system_metadata
type Type type

Child Classes

class Path

DECLARED_INPUT 2
DECLARED_OUTPUT 1
INPUT 3
INTERNAL_INPUT 5
INTERNAL_OUTPUT 6
OUTPUT 4
PENDING_OUTPUT 7
Type Instance of google.protobuf.internal.enum_type_wrapper.EnumTypeWrapper
UNKNOWN 0