View Source GoogleApi.BigQueryReservation.V1.Model.Autoscale (google_api_big_query_reservation v0.19.1)

Auto scaling settings.

Attributes

  • currentSlots (type: String.t, default: nil) - Output only. The slot capacity added to this reservation when autoscale happens. Will be between [0, max_slots].
  • maxSlots (type: String.t, default: nil) - Number of slots to be scaled when needed.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.BigQueryReservation.V1.Model.Autoscale{
  currentSlots: String.t() | nil,
  maxSlots: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.