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

AcceleratorType

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

A accelerator type that a Node can be configured with.

interface AcceleratorType {
acceleratorConfigs?: AcceleratorConfig[];
name?: string;
type?: string;
}

§Properties

§
acceleratorConfigs?: AcceleratorConfig[]
[src]

The accelerator config.

§
name?: string
[src]

The resource name.

§
type?: string
[src]

The accelerator type.