Class State (1.21.0)

State(value)

Output only state of the request

Enums

Name Description
STATE_UNSPECIFIED State of the QueuedResource request is not known/set.
CREATING The QueuedResource request has been received. We're still working on determining if we will be able to honor this request.
ACCEPTED The QueuedResource request has passed initial validation/admission control and has been persisted in the queue.
PROVISIONING The QueuedResource request has been selected. The associated resources are currently being provisioned (or very soon will begin provisioning).
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).
DELETING The QueuedResource is being deleted.
ACTIVE The resources specified in the QueuedResource request have been provisioned and are ready for use by the end-user/consumer.
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.
SUSPENDED The resources specified in the QueuedResource request have been deleted.
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