Pipeline info from orchestration system.
tfx.orchestration.data_types.PipelineInfo(
pipeline_name: Text,
pipeline_root: Text,
run_id: Optional[Text] = None
)
Attributes |
pipeline_name
|
name of the pipeline. We expect this to be unique for
different pipelines.
|
pipeline_root
|
root directory of the pipeline. We expect this to be unique
for different pipelines.
|
run_id
|
optional uuid for a single run of the pipeline.
|
pipeline_context_name
|
Context name for the pipeline.
|
pipeline_run_context_name
|
Context name for the current pipeline run.
|