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

AcceleratorConfig

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

A specification of the type and number of accelerator cards attached to the instance.

interface AcceleratorConfig {
acceleratorCount?: number;
acceleratorType?: string;
}

§Properties

§
acceleratorCount?: number
[src]

The number of the guest accelerator cards exposed to this instance.

§
acceleratorType?: string
[src]

Full or partial URL of the accelerator type resource to attach to this instance. For example: projects/my-project/zones/us-central1-c/acceleratorTypes/nvidia-tesla-p100 If you are creating an instance template, specify only the accelerator name. See GPUs on Compute Engine for a full list of accelerator types.