REST Resource: projects.locations.acceleratorTypes

Resource: AcceleratorType

A accelerator type that a Node can be configured with.

JSON representation
{
  "name": string,
  "type": string,
  "acceleratorConfigs": [
    {
      object (AcceleratorConfig)
    }
  ]
}
Fields
name

string

The resource name.

type

string

The accelerator type.

acceleratorConfigs[]

object (AcceleratorConfig)

The accelerator config.

Methods

get

Gets AcceleratorType.

list

Lists accelerator types supported by this API.