gcloud compute tpus versions describe

NAME
gcloud compute tpus versions describe - describe a Tensorflow version available for Cloud TPUs
SYNOPSIS
gcloud compute tpus versions describe(VERSION :--zone=ZONE)[GCLOUD_WIDE_FLAG]
DESCRIPTION
Get details on a Tensorflow version.

To get a list of available Tesnorflow versions for your location run:

gcloudcomputetpusversionslist
EXAMPLES
The following command describes the TensorFlow1.15 version runningin zoneus-central1-b:
gcloudcomputetpusversionsdescribe1.15--zone=us-central1-b
POSITIONAL ARGUMENTS
Tensorflow version resource - The Tensorflow version you want to describe. Thearguments in this group can be used to specify the attributes of this resource.(NOTE) Some attributes are not given arguments in this group but can be set inother ways.

To set theproject attribute:

  • provide the argumentversion on the command line with a fullyspecified name;
  • provide the argument--project on the command line;
  • set the propertycore/project.

This must be specified.

VERSION
ID of the tensorflow_version or fully qualified identifier for thetensorflow_version.

To set theversion attribute:

  • provide the argumentversion on the command line.

This positional argument must be specified if any of the other arguments in thisgroup are specified.

--zone=ZONE
The compute/zone of the Cloud TPU.

If not specified, will usedefault compute/zone.To set thezone attribute:

  • provide the argumentversion on the command line with a fullyspecified name;
  • provide the argument--zone on the command line;
  • set the propertycompute/zone.
GCLOUD WIDE FLAGS
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.

API REFERENCE
This command uses thetpu/v1 API. The full documentation for thisAPI can be found at:https://cloud.google.com/tpu/
NOTES
These variants are also available:
gcloudalphacomputetpusversionsdescribe
gcloudbetacomputetpusversionsdescribe

Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025-05-07 UTC.