Class: Google::Cloud::Notebooks::V2::GPUDriverConfig
- Inherits:
-
Object
- Object
- Google::Cloud::Notebooks::V2::GPUDriverConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/notebooks/v2/gce_setup.rb
Overview
A GPU driver configuration
Instance Attribute Summary collapse
-
#custom_gpu_driver_path ⇒ ::String
Optional.
-
#enable_gpu_driver ⇒ ::Boolean
Optional.
Instance Attribute Details
#custom_gpu_driver_path ⇒ ::String
Returns Optional. Specify a custom Cloud Storage path where the GPU driver is stored. If not specified, we'll automatically choose from official GPU drivers.
183 184 185 186 |
# File 'proto_docs/google/cloud/notebooks/v2/gce_setup.rb', line 183 class GPUDriverConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#enable_gpu_driver ⇒ ::Boolean
Returns Optional. Whether the end user authorizes Google Cloud to install GPU driver on this VM instance. If this field is empty or set to false, the GPU driver won't be installed. Only applicable to instances with GPUs.
183 184 185 186 |
# File 'proto_docs/google/cloud/notebooks/v2/gce_setup.rb', line 183 class GPUDriverConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |