Class QueuedResource (1.24.0)

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

Attributes

NameDescription
namestr
Output only. Immutable. The name of the QueuedResource.
create_timegoogle.protobuf.timestamp_pb2.Timestamp
Output only. The time when the QueuedResource was created.
tpugoogle.cloud.tpu_v2.types.QueuedResource.Tpu
Optional. Defines a TPU resource. This field is a member ofoneof_resource.
spotgoogle.cloud.tpu_v2.types.QueuedResource.Spot
Optional. The Spot tier. This field is a member ofoneof_tier.
guaranteedgoogle.cloud.tpu_v2.types.QueuedResource.Guaranteed
Optional. The Guaranteed tier This field is a member ofoneof_tier.
queueing_policygoogle.cloud.tpu_v2.types.QueuedResource.QueueingPolicy
Optional. The queueing policy of the QueuedRequest.
stategoogle.cloud.tpu_v2.types.QueuedResourceState
Output only. State of the QueuedResource request.
reservation_namestr
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 hasoneof_ 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 othermembers.

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

Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025-10-30 UTC.