GoogleApi.Dataflow.V1b3.Model.ExecutionStageSummary (google_api_dataflow v0.31.0) 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. -
prerequisiteStage(type:list(String.t), default:nil) - Other stages that must complete before this stage can run.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %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()],
prerequisiteStage: [String.t()]
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.