Class SchedulingPolicy (1.20.0)

SchedulingPolicy(mapping=None, *, ignore_unknown_fields=False, **kwargs)

The scheduling policy controls how a reservation's resources are distributed.

.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields

Attributes

Name Description
concurrency int
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. This field is a member of oneof_ _concurrency.
max_slots int
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. This field is a member of oneof_ _max_slots.