google_api_big_query_reservation v0.6.1 GoogleApi.BigQueryReservation.V1.Model.Reservation View Source

A reservation is a mechanism used to guarantee slots to users.

Attributes

  • ignoreIdleSlots (type: boolean(), default: nil) - If false, any query using this reservation will use idle slots from other reservations within the same admin project. If true, a query using this reservation will execute with the slot capacity specified above at most.
  • name (type: String.t, default: nil) - The resource name of the reservation, e.g., projects/*/locations/*/reservations/team1-prod.
  • slotCapacity (type: String.t, default: nil) - Minimum slots available to this reservation. A slot is a unit of computational power in BigQuery, and serves as the unit of parallelism.

    Queries using this reservation might use more slots during runtime if ignore_idle_slots is set to false.

    If the new reservation's slot capacity exceed the parent's slot capacity or if total slot capacity of the new reservation and its siblings exceeds the parent's slot capacity, the request will fail with google.rpc.Code.RESOURCE_EXHAUSTED.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.BigQueryReservation.V1.Model.Reservation{
  ignoreIdleSlots: boolean(),
  name: String.t(),
  slotCapacity: String.t()
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.