![]() |
Returns executions that are associated with all given contexts.
tfx.orchestration.portable.mlmd.execution_lib.get_executions_associated_with_all_contexts(
metadata_handler: tfx.orchestration.metadata.Metadata
,
contexts: Iterable[metadata_store_pb2.Context]
) -> List[metadata_store_pb2.Execution]
Args | |
---|---|
metadata_handler
|
A handler to access MLMD. |
contexts
|
MLMD contexts for which to fetch associated executions. |
Returns | |
---|---|
A list of executions associated with all given contexts. |