google_api_dataflow v0.26.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 interpreting Dataflow provided metrics.
Attributes
-
displayData
(type:list(GoogleApi.Dataflow.V1b3.Model.DisplayData.t)
, default:nil
) - Pipeline level display data. -
executionPipelineStage
(type:list(GoogleApi.Dataflow.V1b3.Model.ExecutionStageSummary.t)
, default:nil
) - Description of each stage of execution of the pipeline. -
originalPipelineTransform
(type:list(GoogleApi.Dataflow.V1b3.Model.TransformSummary.t)
, default:nil
) - Description of each transform in the pipeline and collections between them.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.Dataflow.V1b3.Model.PipelineDescription{ displayData: [GoogleApi.Dataflow.V1b3.Model.DisplayData.t()], executionPipelineStage: [ GoogleApi.Dataflow.V1b3.Model.ExecutionStageSummary.t() ], originalPipelineTransform: [ GoogleApi.Dataflow.V1b3.Model.TransformSummary.t() ] }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.