PipelineDescription(mapping=None, *, ignore_unknown_fields=False, **kwargs)
A descriptive representation of submitted pipeline as well as the executed form. This data is provided by the Dataflow service for ease of visualizing the pipeline and interpreting Dataflow provided metrics.
Attributes
Name | Description |
original_pipeline_transform |
MutableSequence[google.cloud.dataflow_v1beta3.types.TransformSummary]
Description of each transform in the pipeline and collections between them. |
execution_pipeline_stage |
MutableSequence[google.cloud.dataflow_v1beta3.types.ExecutionStageSummary]
Description of each stage of execution of the pipeline. |
display_data |
MutableSequence[google.cloud.dataflow_v1beta3.types.DisplayData]
Pipeline level display data. |