accelerator_types
Creates, updates, deletes, gets or lists a accelerator_types
resource.
Overview
Name | accelerator_types |
Type | Resource |
Id | google.tpu.accelerator_types |
Fields
Name | Datatype | Description |
---|---|---|
name | string | The resource name. |
acceleratorConfigs | array | The accelerator config. |
type | string | The accelerator type. |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
get | SELECT | acceleratorTypesId, locationsId, projectsId | Gets AcceleratorType. |
list | SELECT | locationsId, projectsId | Lists accelerator types supported by this API. |
SELECT
examples
Lists accelerator types supported by this API.
SELECT
name,
acceleratorConfigs,
type
FROM google.tpu.accelerator_types
WHERE locationsId = '{{ locationsId }}'
AND projectsId = '{{ projectsId }}';