Execution Stage Summary Args
data class ExecutionStageSummaryArgs(val componentSource: Output<List<ComponentSourceArgs>>? = null, val componentTransform: Output<List<ComponentTransformArgs>>? = null, val id: Output<String>? = null, val inputSource: Output<List<StageSourceArgs>>? = null, val kind: Output<ExecutionStageSummaryKind>? = null, val name: Output<String>? = null, val outputSource: Output<List<StageSourceArgs>>? = null, val prerequisiteStage: Output<List<String>>? = null) : ConvertibleToJava<ExecutionStageSummaryArgs>
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.
Constructors
Link copied to clipboard
constructor(componentSource: Output<List<ComponentSourceArgs>>? = null, componentTransform: Output<List<ComponentTransformArgs>>? = null, id: Output<String>? = null, inputSource: Output<List<StageSourceArgs>>? = null, kind: Output<ExecutionStageSummaryKind>? = null, name: Output<String>? = null, outputSource: Output<List<StageSourceArgs>>? = null, prerequisiteStage: Output<List<String>>? = null)
Properties
Link copied to clipboard
Collections produced and consumed by component transforms of this stage.
Link copied to clipboard
Transforms that comprise this execution stage.
Link copied to clipboard
Input sources for this stage.
Link copied to clipboard
Type of transform this stage is executing.
Link copied to clipboard
Output sources for this stage.
Link copied to clipboard
Other stages that must complete before this stage can run.