google_api_dataflow v0.5.0 GoogleApi.Dataflow.V1b3.Model.AutoscalingSettings View Source

Settings for WorkerPool autoscaling.

Attributes

  • algorithm (String.t): The algorithm to use for autoscaling. Defaults to: null.

    • Enum - one of [AUTOSCALING_ALGORITHM_UNKNOWN, AUTOSCALING_ALGORITHM_NONE, AUTOSCALING_ALGORITHM_BASIC]
  • maxNumWorkers (integer()): The maximum number of workers to cap scaling at. Defaults to: null.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t() View Source
t() :: %GoogleApi.Dataflow.V1b3.Model.AutoscalingSettings{
  algorithm: any(),
  maxNumWorkers: any()
}

Link to this section Functions

Link to this function

decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.