GoogleCloudMlV1__DiskConfigResponse

data class GoogleCloudMlV1__DiskConfigResponse(val bootDiskSizeGb: Int, val bootDiskType: String)

Represents the config of disk options.

Constructors

Link copied to clipboard
fun GoogleCloudMlV1__DiskConfigResponse(bootDiskSizeGb: Int, bootDiskType: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard

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