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 (default is "pd-ssd"). Valid values: "pd-ssd" (Persistent Disk Solid State Drive) or "pd-standard" (Persistent Disk Hard Disk Drive).