GoogleApi.Dataflow.V1b3.Model.ExecutionStageSummary (google_api_dataflow v0.53.0)
View SourceDescription 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 transform 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. -
prerequisiteStage
(type:list(String.t)
, default:nil
) - Other stages that must complete before this stage can run.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Dataflow.V1b3.Model.ExecutionStageSummary{ componentSource: [GoogleApi.Dataflow.V1b3.Model.ComponentSource.t()] | nil, componentTransform: [GoogleApi.Dataflow.V1b3.Model.ComponentTransform.t()] | nil, id: String.t() | nil, inputSource: [GoogleApi.Dataflow.V1b3.Model.StageSource.t()] | nil, kind: String.t() | nil, name: String.t() | nil, outputSource: [GoogleApi.Dataflow.V1b3.Model.StageSource.t()] | nil, prerequisiteStage: [String.t()] | nil }