![]() |
Portable libraries for execution related APIs.
Functions
get_artifact_ids_by_event_type_for_execution_id(...)
: Returns artifact ids corresponding to the execution id grouped by event type.
get_artifacts_dict(...)
: Returns a map from key to an ordered list of artifacts for the given execution id.
get_executions_associated_with_all_contexts(...)
: Returns executions that are associated with all given contexts.
is_execution_active(...)
: Returns True
if an execution is active.
is_execution_successful(...)
: Whether or not an execution is successful.
prepare_execution(...)
: Creates an execution proto based on the information provided.
put_execution(...)
: Writes an execution-centric subgraph to MLMD.