Class State (1.7.2)

State(value)

Output only state of the request

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