Class QueuedResource (1.21.0)

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.
create_time google.protobuf.timestamp_pb2.Timestamp
Output only. The time when the QueuedResource was created.
tpu google.cloud.tpu_v2.types.QueuedResource.Tpu
Optional. Defines a TPU resource. This field is a member of oneof_ resource.
spot google.cloud.tpu_v2.types.QueuedResource.Spot
Optional. The Spot tier. This field is a member of oneof_ tier.
guaranteed google.cloud.tpu_v2.types.QueuedResource.Guaranteed
Optional. The Guaranteed tier This field is a member of oneof_ tier.
queueing_policy google.cloud.tpu_v2.types.QueuedResource.QueueingPolicy
Optional. The queueing policy of the QueuedRequest.
state google.cloud.tpu_v2.types.QueuedResourceState
Output only. State of the QueuedResource request.
reservation_name str
Optional. Name of the reservation in which the resource should be provisioned. Format: projects/{project}/locations/{zone}/reservations/{reservation}

Classes

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.