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

GoogleCloudMlV1__DiskConfig

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

Represents the config of disk options.

interface GoogleCloudMlV1__DiskConfig {
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).