ExecutionStageSummaryResponse

data class ExecutionStageSummaryResponse(val componentSource: List<ComponentSourceResponse>, val componentTransform: List<ComponentTransformResponse>, val inputSource: List<StageSourceResponse>, val kind: String, val name: String, val outputSource: List<StageSourceResponse>, val prerequisiteStage: List<String>)

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
fun ExecutionStageSummaryResponse(componentSource: List<ComponentSourceResponse>, componentTransform: List<ComponentTransformResponse>, inputSource: List<StageSourceResponse>, kind: String, name: String, outputSource: List<StageSourceResponse>, prerequisiteStage: List<String>)

Types

Link copied to clipboard
object Companion

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

Dataflow service generated name for this stage.

Link copied to clipboard

Output sources for this stage.

Link copied to clipboard

Other stages that must complete before this stage can run.