google_api_dataflow v0.0.1 GoogleApi.Dataflow.V1b3.Model.PipelineDescription View Source

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 interpretting Dataflow provided metrics.

Attributes

  • displayData (List[DisplayData]): Pipeline level display data. Defaults to: null.
  • executionPipelineStage (List[ExecutionStageSummary]): Description of each stage of execution of the pipeline. Defaults to: null.
  • originalPipelineTransform (List[TransformSummary]): Description of each transform in the pipeline and collections between them. Defaults to: null.