runtime_versions
Creates, updates, deletes, gets or lists a runtime_versions
resource.
Overview
Name | runtime_versions |
Type | Resource |
Id | google.tpu.runtime_versions |
Fields
Name | Datatype | Description |
---|---|---|
name | string | The resource name. |
version | string | The runtime version. |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
get | SELECT | locationsId, projectsId, runtimeVersionsId | Gets a runtime version. |
list | SELECT | locationsId, projectsId | Lists runtime versions supported by this API. |
SELECT
examples
Lists runtime versions supported by this API.
SELECT
name,
version
FROM google.tpu.runtime_versions
WHERE locationsId = '{{ locationsId }}'
AND projectsId = '{{ projectsId }}';