View Source GoogleApi.Dataflow.V1b3.Model.RuntimeUpdatableParams (google_api_dataflow v0.46.0)

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.

Attributes

  • maxNumWorkers (type: integer(), default: nil) - The maximum number of workers to cap autoscaling at. This field is currently only supported for Streaming Engine jobs.
  • minNumWorkers (type: integer(), default: nil) - The minimum number of workers to scale down to. This field is currently only supported for Streaming Engine jobs.
  • workerUtilizationHint (type: float(), default: nil) - 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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Dataflow.V1b3.Model.RuntimeUpdatableParams{
  maxNumWorkers: integer() | nil,
  minNumWorkers: integer() | nil,
  workerUtilizationHint: float() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.