RuntimeUpdatableParams
import type { RuntimeUpdatableParams } from "https://googleapis.deno.dev/v1/dataflow:v1b3.ts";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.
§Properties
Optional. Deprecated: Use latency_tier instead. The backlog threshold
duration in seconds for autoscaling. Value must be non-negative.
Optional. Deprecated: Use latency_tier instead. The backlog threshold
tier for autoscaling. Value must be one of "low-latency", "medium-latency",
or "high-latency".
Optional. The backlog threshold tier for autoscaling. Value must be one of "low-latency", "medium-latency", or "high-latency".
The maximum number of workers to cap autoscaling at. This field is currently only supported for Streaming Engine jobs.
The minimum number of workers to scale down to. This field is currently only supported for Streaming Engine jobs.
Target worker utilization, compared against the aggregate utilization of the worker pool by autoscaler, to determine upscaling and downscaling when absent other constraints such as backlog. For more information, see Update an existing pipeline.