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

GoogleCloudAiplatformV1PersistentDiskSpec

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

Represents the spec of persistent disk and hyperdisk options.

interface GoogleCloudAiplatformV1PersistentDiskSpec {
diskSizeGb?: bigint;
diskType?: string;
}

§Properties

§
diskSizeGb?: bigint
[src]

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

§
diskType?: string
[src]

Type of the disk (default is "pd-standard"). Valid values: "pd-ssd" (Persistent Disk Solid State Drive) "pd-standard" (Persistent Disk Hard Disk Drive) "pd-balanced" (Balanced Persistent Disk) "pd-extreme" (Extreme Persistent Disk) "hyperdisk-balanced" (Hyperdisk Balanced) "hyperdisk-extreme" (Hyperdisk Extreme) "hyperdisk-balanced-high-availability" (Hyperdisk Balanced High Availability) "hyperdisk-ml" (Hyperdisk ML) "hyperdisk-throughput" (Hyperdisk Throughput)