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