View Source GoogleApi.Dataflow.V1b3.Model.PipelineDescription (google_api_dataflow v0.46.1)
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. -
stepNamesHash
(type:String.t
, default:nil
) - A hash value of the submitted pipeline portable graph step names if exists.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Dataflow.V1b3.Model.PipelineDescription{ displayData: [GoogleApi.Dataflow.V1b3.Model.DisplayData.t()] | nil, executionPipelineStage: [GoogleApi.Dataflow.V1b3.Model.ExecutionStageSummary.t()] | nil, originalPipelineTransform: [GoogleApi.Dataflow.V1b3.Model.TransformSummary.t()] | nil, stepNamesHash: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.