Skip to main content

runtime_versions

Creates, updates, deletes, gets or lists a runtime_versions resource.

Overview

Nameruntime_versions
TypeResource
Idgoogle.tpu.runtime_versions

Fields

NameDatatypeDescription
namestringThe resource name.
versionstringThe runtime version.

Methods

NameAccessible byRequired ParamsDescription
getSELECTlocationsId, projectsId, runtimeVersionsIdGets a runtime version.
listSELECTlocationsId, projectsIdLists 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 }}';