PipelineParallelismConfiguration

data class PipelineParallelismConfiguration(val maxParallelExecutionSteps: Int)

Constructors

Link copied to clipboard
constructor(maxParallelExecutionSteps: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The max number of steps that can be executed in parallel.