Values_1.ParallelismConfigurationSourceConfiguration that controls the parallelism of the pipeline. By default, the parallelism configuration specified applies to all executions of the pipeline unless overridden.
type nonrec t = {maxParallelExecutionSteps : MaxParallelExecutionSteps.t;The max number of steps that can be executed in parallel.
*)}val to_value :
t ->
[> `Structure of (string * [> `Integer of MaxParallelExecutionSteps.t ]) list ]