RuntimeUpdatableParamsResponse

data class RuntimeUpdatableParamsResponse(val maxNumWorkers: Int, val minNumWorkers: Int)

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 RuntimeUpdatableParamsResponse(maxNumWorkers: Int, minNumWorkers: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The maximum number of workers to cap autoscaling at. This field is currently only supported for Streaming Engine jobs.

Link copied to clipboard

The minimum number of workers to scale down to. This field is currently only supported for Streaming Engine jobs.