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

Accelerator

import type { Accelerator } from "https://googleapis.deno.dev/v1/workstations:v1.ts";

An accelerator card attached to the instance.

interface Accelerator {
count?: number;
type?: string;
}

§Properties

§
count?: number
[src]

Optional. Number of accelerator cards exposed to the instance.

§
type?: string
[src]

Optional. Type of accelerator resource to attach to the instance, for example, "nvidia-tesla-p100".