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. For non-A3U machines, the default value is "pd-ssd", for A3U machines, the default value is "hyperdisk-balanced". Valid values: "pd-ssd" (Persistent Disk Solid State Drive), "pd-standard" (Persistent Disk Hard Disk Drive) or "hyperdisk-balanced".
#boot_disk_type=
def boot_disk_type=(value) -> ::String
Parameter
- value (::String) — Type of the boot disk. For non-A3U machines, the default value is "pd-ssd", for A3U machines, the default value is "hyperdisk-balanced". Valid values: "pd-ssd" (Persistent Disk Solid State Drive), "pd-standard" (Persistent Disk Hard Disk Drive) or "hyperdisk-balanced".
Returns
- (::String) — Type of the boot disk. For non-A3U machines, the default value is "pd-ssd", for A3U machines, the default value is "hyperdisk-balanced". Valid values: "pd-ssd" (Persistent Disk Solid State Drive), "pd-standard" (Persistent Disk Hard Disk Drive) or "hyperdisk-balanced".