GoogleApi.Dataflow.V1b3.Model.RuntimeUpdatableParams (google_api_dataflow v0.53.0)

View Source

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. For more information, see Update an existing pipeline.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

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

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.