- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- Try it!
List TensorFlow versions supported by this API.
HTTP request
GET https://tpu.googleapis.com/v1/{parent=projects/*/locations/*}/tensorflowVersions
The URL uses gRPC Transcoding syntax.
Path parameters
| Parameters | |
|---|---|
parent
|
Required. The parent resource name. |
Query parameters
| Parameters | |
|---|---|
page
|
The maximum number of items to return. |
page
|
The nextPageToken value returned from a previous List request, if any. |
filter
|
List filter. |
order
|
Sort results. |
Request body
The request body must be empty.
Response body
Response for tensorflowVersions.list
.
If successful, the response body contains data with the following structure:
| JSON representation |
|---|
{
"tensorflowVersions"
:
[
{
object (
|
| Fields | |
|---|---|
tensorflow
|
The listed nodes. |
next
|
The next page token or empty if none. |
unreachable[]
|
Locations that could not be reached. |
Authorization scopes
Requires one of the following OAuth scopes:
-
https://www.googleapis.com/auth/cloud.tpu -
https://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview .

