Initiates a pipeline start operation.
tfx.orchestration.experimental.core.pipeline_ops.initiate_pipeline_start(
mlmd_handle: tfx.orchestration.metadata.Metadata
,
pipeline: pipeline_pb2.Pipeline
) -> tfx.orchestration.experimental.core.pipeline_state.PipelineState
Upon success, MLMD is updated to signal that the given pipeline must be
started.
Args |
mlmd_handle
|
A handle to the MLMD db.
|
pipeline
|
IR of the pipeline to start.
|
Returns |
The PipelineState object upon success.
|
Raises |
status_lib.StatusNotOkError
|
Failure to initiate pipeline start or if
execution is not inactive after waiting timeout_secs .
|