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

GoogleCloudAiplatformV1DiskSpec

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

Represents the spec of disk options.

interface GoogleCloudAiplatformV1DiskSpec {
bootDiskSizeGb?: number;
bootDiskType?: string;
}

§Properties

§
bootDiskSizeGb?: number
[src]

Size in GB of the boot disk (default is 100GB).

§
bootDiskType?: string
[src]

Type of the boot disk. For non-A3U machines, the default value is "pd-ssd", for A3U machines, the default value is "hyperdisk-balanced". Valid values: "pd-ssd" (Persistent Disk Solid State Drive), "pd-standard" (Persistent Disk Hard Disk Drive) or "hyperdisk-balanced".