gcloud beta compute tpus locations describe - describe a Cloud TPU Location
gcloud beta compute tpus locations describe [ZONE] [GCLOUD_WIDE_FLAG ...]
(BETA) Describe a Cloud TPU Location.
To get a list of available locations for your project run:
$ gcloud beta compute tpus locations list
The following command describes the TPUs running in zone us-central1-b:
$ gcloud beta compute tpus locations describe zone=us-central1-b
- Location resource - The Cloud TPU Location you want to describe. This
represents a Cloud resource. (NOTE) Some attributes are not given arguments in this group but can be set in other ways. To set the project attribute:
- —
provide the argument zone on the command line with a fully specified name;
- —
set the property compute/zone with a fully specified name;
- —
provide the argument --project on the command line;
- —
set the property core/project.
- [ZONE]
ID of the location or fully qualified identifier for the location. To set the zone attribute:
provide the argument zone on the command line;
set the property compute/zone.
These flags are available to all commands: --access-token-file, --account, --billing-project, --configuration, --flags-file, --flatten, --format, --help, --impersonate-service-account, --log-http, --project, --quiet, --trace-token, --user-output-enabled, --verbosity.
Run $ gcloud help for details.
This command uses the tpu/v1 API. The full documentation for this API can be found at: https://cloud.google.com/tpu/
This command is currently in beta and might change without notice. These variants are also available:
$ gcloud compute tpus locations describe
$ gcloud alpha compute tpus locations describe