View source on GitHub |
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.
Attributes | |
---|---|
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
|