![]() |
Returns all executions for the given pipeline node.
tfx.orchestration.experimental.core.task_gen_utils.get_executions(
metadata_handler: tfx.orchestration.metadata.Metadata
,
node: pipeline_pb2.PipelineNode
) -> List[metadata_store_pb2.Execution]
This finds all executions having the same set of contexts as the pipeline node.
Args | |
---|---|
metadata_handler
|
A handler to access MLMD db. |
node
|
The pipeline node for which to obtain executions. |
Returns | |
---|---|
List of executions for the given node in MLMD db. |