QueuedResource(mapping=None, *, ignore_unknown_fields=False, **kwargs)
A QueuedResource represents a request for resources that will be placed in a queue and fulfilled when the necessary resources are available.
This message has oneof
_ fields (mutually exclusive fields).
For each oneof, at most one member field can be set at the same time.
Setting any member of the oneof automatically clears all other
members.
.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields
Attributes | |
---|---|
Name | Description |
name |
str
Output only. Immutable. The name of the QueuedResource. |
tpu |
google.cloud.tpu_v2alpha1.types.QueuedResource.Tpu
Defines a TPU resource. This field is a member of oneof _ resource .
|
best_effort |
google.cloud.tpu_v2alpha1.types.QueuedResource.BestEffort
The BestEffort tier. This field is a member of oneof _ tier .
|
guaranteed |
google.cloud.tpu_v2alpha1.types.QueuedResource.Guaranteed
The Guaranteed tier. This field is a member of oneof _ tier .
|
spot |
google.cloud.tpu_v2alpha1.types.QueuedResource.Spot
Optional. The Spot tier. This field is a member of oneof _ tier .
|
queueing_policy |
google.cloud.tpu_v2alpha1.types.QueuedResource.QueueingPolicy
The queueing policy of the QueuedRequest. |
state |
google.cloud.tpu_v2alpha1.types.QueuedResourceState
Output only. State of the QueuedResource request. |
reservation_name |
str
Name of the reservation in which the resource should be provisioned. Format: projects/{project}/locations/{zone}/reservations/{reservation} |
Classes
BestEffort
BestEffort(mapping=None, *, ignore_unknown_fields=False, **kwargs)
BestEffort tier definition.
Guaranteed
Guaranteed(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Guaranteed tier definition.
QueueingPolicy
QueueingPolicy(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Defines the policy of the QueuedRequest.
This message has oneof
_ fields (mutually exclusive fields).
For each oneof, at most one member field can be set at the same time.
Setting any member of the oneof automatically clears all other
members.
.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields
Spot
Spot(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Spot tier definition.
Tpu
Tpu(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Details of the TPU resource(s) being requested.