Reference documentation and code samples for the BigQuery Reservation V1 API class Google::Cloud::Bigquery::Reservation::V1::SchedulingPolicy.
The scheduling policy controls how a reservation's resources are distributed.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#concurrency
def concurrency() -> ::Integer
-
(::Integer) — Optional. If present and > 0, the reservation will attempt to limit the
concurrency of jobs running for any particular project within it to the
given value.
This feature is not yet generally available.
#concurrency=
def concurrency=(value) -> ::Integer
-
value (::Integer) — Optional. If present and > 0, the reservation will attempt to limit the
concurrency of jobs running for any particular project within it to the
given value.
This feature is not yet generally available.
-
(::Integer) — Optional. If present and > 0, the reservation will attempt to limit the
concurrency of jobs running for any particular project within it to the
given value.
This feature is not yet generally available.
#max_slots
def max_slots() -> ::Integer
-
(::Integer) — Optional. If present and > 0, the reservation will attempt to limit the
slot consumption of queries running for any particular project within it to
the given value.
This feature is not yet generally available.
#max_slots=
def max_slots=(value) -> ::Integer
-
value (::Integer) — Optional. If present and > 0, the reservation will attempt to limit the
slot consumption of queries running for any particular project within it to
the given value.
This feature is not yet generally available.
-
(::Integer) — Optional. If present and > 0, the reservation will attempt to limit the
slot consumption of queries running for any particular project within it to
the given value.
This feature is not yet generally available.