google_api_dataflow v0.8.0 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 ([DisplayData]): Pipeline level display data. Defaults to:
null
. - executionPipelineStage ([ExecutionStageSummary]): Description of each stage of execution of the pipeline. Defaults to:
null
. - originalPipelineTransform ([TransformSummary]): Description of each transform in the pipeline and collections between them. Defaults to:
null
.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this type
t()
View Source
t()
View Source
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()
]
}
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
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.