Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

ListAcceleratorTypesResponse

import type { ListAcceleratorTypesResponse } from "https://googleapis.deno.dev/v1/tpu:v2.ts";

Response for ListAcceleratorTypes.

interface ListAcceleratorTypesResponse {
acceleratorTypes?: AcceleratorType[];
nextPageToken?: string;
unreachable?: string[];
}

§Properties

§
acceleratorTypes?: AcceleratorType[]
[src]

The listed nodes.

§
nextPageToken?: string
[src]

The next page token or empty if none.

§
unreachable?: string[]
[src]

Locations that could not be reached.