PipelineDescriptionResponse

data class PipelineDescriptionResponse(val displayData: List<DisplayDataResponse>, val executionPipelineStage: List<ExecutionStageSummaryResponse>, val originalPipelineTransform: List<TransformSummaryResponse>, val stepNamesHash: String)

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
fun PipelineDescriptionResponse(displayData: List<DisplayDataResponse>, executionPipelineStage: List<ExecutionStageSummaryResponse>, originalPipelineTransform: List<TransformSummaryResponse>, stepNamesHash: String)

Types

Link copied to clipboard
object Companion

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.