Class QueuedResource (1.7.2)

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

NameDescription
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.
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

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

Tpu

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

Details of the TPU resource(s) being requested.