View Source GoogleApi.Dataflow.V1b3.Model.AutoscalingSettings (google_api_dataflow v0.46.1)

Settings for WorkerPool autoscaling.

Attributes

  • algorithm (type: String.t, default: nil) - The algorithm to use for autoscaling.
  • maxNumWorkers (type: integer(), default: nil) - The maximum number of workers to cap scaling at.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Dataflow.V1b3.Model.AutoscalingSettings{
  algorithm: String.t() | nil,
  maxNumWorkers: integer() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.