Pipeline Description Args
data class PipelineDescriptionArgs(val displayData: Output<List<DisplayDataArgs>>? = null, val executionPipelineStage: Output<List<ExecutionStageSummaryArgs>>? = null, val originalPipelineTransform: Output<List<TransformSummaryArgs>>? = null, val stepNamesHash: Output<String>? = null) : ConvertibleToJava<PipelineDescriptionArgs>
A descriptive representation of submitted pipeline as well as the executed form. This data is provided by the Dataflow service for ease of visualizing the pipeline and interpreting Dataflow provided metrics.
Constructors
Link copied to clipboard
constructor(displayData: Output<List<DisplayDataArgs>>? = null, executionPipelineStage: Output<List<ExecutionStageSummaryArgs>>? = null, originalPipelineTransform: Output<List<TransformSummaryArgs>>? = null, stepNamesHash: Output<String>? = null)
Properties
Link copied to clipboard
Pipeline level display data.
Link copied to clipboard
Description of each stage of execution of the pipeline.
Link copied to clipboard
Description of each transform in the pipeline and collections between them.
Link copied to clipboard
A hash value of the submitted pipeline portable graph step names if exists.