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
§
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)