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

SupportedValues

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

SupportedValues represents the values supported by the configuration.

interface SupportedValues {
readonly acceleratorTypes?: string[];
readonly machineTypes?: string[];
}

§Properties

§
readonly acceleratorTypes?: string[]
[src]

Output only. The accelerator types supported by WbI.

§
readonly machineTypes?: string[]
[src]

Output only. The machine types supported by WbI.