AcceleratorConfig
import type { AcceleratorConfig } from "https://googleapis.deno.dev/v1/notebooks:v2.ts";
An accelerator configuration for a VM instance Definition of a hardware
accelerator. Note that there is no check on type
and core_count
combinations. TPUs are not supported. See GPUs on Compute
Engine to find a
valid combination.
interface AcceleratorConfig {
coreCount?: bigint;
type?:
} | "ACCELERATOR_TYPE_UNSPECIFIED"
| "NVIDIA_TESLA_P100"
| "NVIDIA_TESLA_V100"
| "NVIDIA_TESLA_P4"
| "NVIDIA_TESLA_T4"
| "NVIDIA_TESLA_A100"
| "NVIDIA_A100_80GB"
| "NVIDIA_L4"
| "NVIDIA_H100_80GB"
| "NVIDIA_H100_MEGA_80GB"
| "NVIDIA_TESLA_T4_VWS"
| "NVIDIA_TESLA_P100_VWS"
| "NVIDIA_TESLA_P4_VWS";
§Properties
§
type?: "ACCELERATOR_TYPE_UNSPECIFIED" | "NVIDIA_TESLA_P100" | "NVIDIA_TESLA_V100" | "NVIDIA_TESLA_P4" | "NVIDIA_TESLA_T4" | "NVIDIA_TESLA_A100" | "NVIDIA_A100_80GB" | "NVIDIA_L4" | "NVIDIA_H100_80GB" | "NVIDIA_H100_MEGA_80GB" | "NVIDIA_TESLA_T4_VWS" | "NVIDIA_TESLA_P100_VWS" | "NVIDIA_TESLA_P4_VWS"
[src]Optional. Type of this accelerator.