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

GkeNodePoolAcceleratorConfig

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

A GkeNodeConfigAcceleratorConfig represents a Hardware Accelerator request for a node pool.

interface GkeNodePoolAcceleratorConfig {
acceleratorCount?: bigint;
acceleratorType?: string;
gpuPartitionSize?: string;
}

§Properties

§
acceleratorCount?: bigint
[src]

The number of accelerator cards exposed to an instance.

§
acceleratorType?: string
[src]

The accelerator type resource namename (see GPUs on Compute Engine).

§
gpuPartitionSize?: string
[src]

Size of partitions to create on the GPU. Valid values are described in the NVIDIA mig user guide (https://docs.nvidia.com/datacenter/tesla/mig-user-guide/#partitioning).