Runtime Updatable Params Args
data class RuntimeUpdatableParamsArgs(val maxNumWorkers: Output<Int>? = null, val minNumWorkers: Output<Int>? = null) : ConvertibleToJava<RuntimeUpdatableParamsArgs>
Additional job parameters that can only be updated during runtime using the projects.jobs.update method. These fields have no effect when specified during job creation.
Constructors
Link copied to clipboard
fun RuntimeUpdatableParamsArgs(maxNumWorkers: Output<Int>? = null, minNumWorkers: Output<Int>? = null)