google_api_dataproc v0.23.0 GoogleApi.Dataproc.V1.Model.BasicAutoscalingAlgorithm View Source

Basic algorithm for autoscaling.

Attributes

  • cooldownPeriod (type: String.t, default: nil) - Optional. Duration between scaling events. A scaling period starts after the update operation from the previous event has completed.Bounds: 2m, 1d. Default: 2m.
  • yarnConfig (type: GoogleApi.Dataproc.V1.Model.BasicYarnAutoscalingConfig.t, default: nil) - Required. YARN autoscaling configuration.

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.Dataproc.V1.Model.BasicAutoscalingAlgorithm{
  cooldownPeriod: String.t(),
  yarnConfig: GoogleApi.Dataproc.V1.Model.BasicYarnAutoscalingConfig.t()
}

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.