google_api_dataflow v0.1.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 interpretting 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() :: %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
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.