parallelismConfiguration

@JvmName(name = "wqjbvrcqueoihvql")
suspend fun parallelismConfiguration(value: Output<PipelineParallelismConfigurationArgs>)
@JvmName(name = "gsdjkrybttnftjen")
suspend fun parallelismConfiguration(value: PipelineParallelismConfigurationArgs?)

Parameters

value

This is the configuration that controls the parallelism of the pipeline. If specified, it applies to all runs of this pipeline by default. see Parallelism Configuration details below.


@JvmName(name = "rxitxksxvjvjwmca")
suspend fun parallelismConfiguration(argument: suspend PipelineParallelismConfigurationArgsBuilder.() -> Unit)

Parameters

argument

This is the configuration that controls the parallelism of the pipeline. If specified, it applies to all runs of this pipeline by default. see Parallelism Configuration details below.