Enum QueuedResourceState.State (2.42.0)

public enum QueuedResourceState.State extends Enum<QueuedResourceState.State> implements ProtocolMessageEnum

Output only state of the request

Protobuf enum google.cloud.tpu.v2alpha1.QueuedResourceState.State

Implements

ProtocolMessageEnum

Static Fields

NameDescription
ACCEPTED

The QueuedResource request has passed initial validation/admission control and has been persisted in the queue.

ACCEPTED = 2;

ACCEPTED_VALUE

The QueuedResource request has passed initial validation/admission control and has been persisted in the queue.

ACCEPTED = 2;

ACTIVE

The resources specified in the QueuedResource request have been provisioned and are ready for use by the end-user/consumer.

ACTIVE = 6;

ACTIVE_VALUE

The resources specified in the QueuedResource request have been provisioned and are ready for use by the end-user/consumer.

ACTIVE = 6;

CREATING

The QueuedResource request has been received. We're still working on determining if we will be able to honor this request.

CREATING = 1;

CREATING_VALUE

The QueuedResource request has been received. We're still working on determining if we will be able to honor this request.

CREATING = 1;

DELETING

The QueuedResource is being deleted.

DELETING = 5;

DELETING_VALUE

The QueuedResource is being deleted.

DELETING = 5;

FAILED

The request could not be completed. This may be due to some late-discovered problem with the request itself, or due to unavailability of resources within the constraints of the request (e.g., the 'valid until' start timing constraint expired).

FAILED = 4;

FAILED_VALUE

The request could not be completed. This may be due to some late-discovered problem with the request itself, or due to unavailability of resources within the constraints of the request (e.g., the 'valid until' start timing constraint expired).

FAILED = 4;

PROVISIONING

The QueuedResource request has been selected. The associated resources are currently being provisioned (or very soon will begin provisioning).

PROVISIONING = 3;

PROVISIONING_VALUE

The QueuedResource request has been selected. The associated resources are currently being provisioned (or very soon will begin provisioning).

PROVISIONING = 3;

STATE_UNSPECIFIED

State of the QueuedResource request is not known/set.

STATE_UNSPECIFIED = 0;

STATE_UNSPECIFIED_VALUE

State of the QueuedResource request is not known/set.

STATE_UNSPECIFIED = 0;

SUSPENDED

The resources specified in the QueuedResource request have been deleted.

SUSPENDED = 8;

SUSPENDED_VALUE

The resources specified in the QueuedResource request have been deleted.

SUSPENDED = 8;

SUSPENDING

The resources specified in the QueuedResource request are being deleted. This may have been initiated by the user, or the Cloud TPU service. Inspect the state data for more details.

SUSPENDING = 7;

SUSPENDING_VALUE

The resources specified in the QueuedResource request are being deleted. This may have been initiated by the user, or the Cloud TPU service. Inspect the state data for more details.

SUSPENDING = 7;

UNRECOGNIZED
WAITING_FOR_RESOURCES

The QueuedResource request has passed initial validation and has been persisted in the queue. It will remain in this state until there are sufficient free resources to begin provisioning your request. Wait times will vary significantly depending on demand levels. When demand is high, not all requests can be immediately provisioned. If you need more reliable obtainability of TPUs consider purchasing a reservation. To put a limit on how long you are willing to wait, use timing constraints.

WAITING_FOR_RESOURCES = 9;

WAITING_FOR_RESOURCES_VALUE

The QueuedResource request has passed initial validation and has been persisted in the queue. It will remain in this state until there are sufficient free resources to begin provisioning your request. Wait times will vary significantly depending on demand levels. When demand is high, not all requests can be immediately provisioned. If you need more reliable obtainability of TPUs consider purchasing a reservation. To put a limit on how long you are willing to wait, use timing constraints.

WAITING_FOR_RESOURCES = 9;

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()