parallelismConfiguration

@JvmName(name = "cwwknymajivufbkx")
suspend fun parallelismConfiguration(value: Output<PipelineParallelismConfigurationArgs>)
@JvmName(name = "alxnigsgvhntskhg")
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 = "vfoftnvcxejdewtl")
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.