Class: Google::Cloud::AIPlatform::V1::DiskSpec
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::DiskSpec
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/machine_resources.rb
Overview
Represents the spec of disk options.
Instance Attribute Summary collapse
-
#boot_disk_size_gb ⇒ ::Integer
Size in GB of the boot disk (default is 100GB).
-
#boot_disk_type ⇒ ::String
Type of the boot disk (default is "pd-ssd").
Instance Attribute Details
#boot_disk_size_gb ⇒ ::Integer
Returns Size in GB of the boot disk (default is 100GB).
192 193 194 195 |
# File 'proto_docs/google/cloud/aiplatform/v1/machine_resources.rb', line 192 class DiskSpec include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#boot_disk_type ⇒ ::String
Returns 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).
192 193 194 195 |
# File 'proto_docs/google/cloud/aiplatform/v1/machine_resources.rb', line 192 class DiskSpec include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |