Vertex AI V1 API - Class Google::Cloud::AIPlatform::V1::DiskSpec (v0.6.0)

Reference documentation and code samples for the Vertex AI V1 API class Google::Cloud::AIPlatform::V1::DiskSpec.

Represents the spec of disk options.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#boot_disk_size_gb

def boot_disk_size_gb() -> ::Integer
Returns
  • (::Integer) — Size in GB of the boot disk (default is 100GB).

#boot_disk_size_gb=

def boot_disk_size_gb=(value) -> ::Integer
Parameter
  • value (::Integer) — Size in GB of the boot disk (default is 100GB).
Returns
  • (::Integer) — Size in GB of the boot disk (default is 100GB).

#boot_disk_type

def boot_disk_type() -> ::String
Returns
  • (::String) — 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).

#boot_disk_type=

def boot_disk_type=(value) -> ::String
Parameter
  • value (::String) — 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).
Returns
  • (::String) — 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).