File tree Expand file tree Collapse file tree
google/cloud/tpu/v2alpha1 Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -723,6 +723,17 @@ message QueuedResourceState {
723723 // The resources specified in the QueuedResource request have been
724724 // deleted.
725725 SUSPENDED = 8 ;
726+
727+ // The QueuedResource request has passed initial validation and has been
728+ // persisted in the queue. It will remain in this state until there are
729+ // sufficient free resources to begin provisioning your request. Wait times
730+ // will vary significantly depending on demand levels. When demand is high,
731+ // not all requests can be immediately provisioned. If you
732+ // need more reliable obtainability of TPUs consider purchasing a
733+ // reservation. To put a limit on how long you are willing to wait, use
734+ // [timing
735+ // constraints](https://cloud.google.com/tpu/docs/queued-resources#request_a_queued_resource_before_a_specified_time).
736+ WAITING_FOR_RESOURCES = 9 ;
726737 }
727738
728739 // Further data for the creating state.
You can’t perform that action at this time.
0 commit comments