google_api_dataflow v0.15.0 GoogleApi.Dataflow.V1b3.Model.ExecutionStageSummary View Source
Description of the composing transforms, names/ids, and input/outputs of a stage of execution. Some composing transforms and sources may have been generated by the Dataflow service during execution planning.
Attributes
componentSource
(type:list(GoogleApi.Dataflow.V1b3.Model.ComponentSource.t)
, default:nil
) - Collections produced and consumed by component transforms of this stage.componentTransform
(type:list(GoogleApi.Dataflow.V1b3.Model.ComponentTransform.t)
, default:nil
) - Transforms that comprise this execution stage.id
(type:String.t
, default:nil
) - Dataflow service generated id for this stage.inputSource
(type:list(GoogleApi.Dataflow.V1b3.Model.StageSource.t)
, default:nil
) - Input sources for this stage.kind
(type:String.t
, default:nil
) - Type of tranform this stage is executing.name
(type:String.t
, default:nil
) - Dataflow service generated name for this stage.outputSource
(type:list(GoogleApi.Dataflow.V1b3.Model.StageSource.t)
, default:nil
) - Output sources for this stage.
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 Sourcet() :: %GoogleApi.Dataflow.V1b3.Model.ExecutionStageSummary{ componentSource: [GoogleApi.Dataflow.V1b3.Model.ComponentSource.t()], componentTransform: [GoogleApi.Dataflow.V1b3.Model.ComponentTransform.t()], id: String.t(), inputSource: [GoogleApi.Dataflow.V1b3.Model.StageSource.t()], kind: String.t(), name: String.t(), outputSource: [GoogleApi.Dataflow.V1b3.Model.StageSource.t()] }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.