Reference documentation and code samples for the Notebooks V2 API class Google::Cloud::Notebooks::V2::GPUDriverConfig.
A GPU driver configuration
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#custom_gpu_driver_path
def custom_gpu_driver_path() -> ::String
Returns
- (::String) — Optional. Specify a custom Cloud Storage path where the GPU driver is stored. If not specified, we'll automatically choose from official GPU drivers.
#custom_gpu_driver_path=
def custom_gpu_driver_path=(value) -> ::String
Parameter
- value (::String) — Optional. Specify a custom Cloud Storage path where the GPU driver is stored. If not specified, we'll automatically choose from official GPU drivers.
Returns
- (::String) — Optional. Specify a custom Cloud Storage path where the GPU driver is stored. If not specified, we'll automatically choose from official GPU drivers.
#enable_gpu_driver
def enable_gpu_driver() -> ::Boolean
Returns
- (::Boolean) — 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.
#enable_gpu_driver=
def enable_gpu_driver=(value) -> ::Boolean
Parameter
- value (::Boolean) — 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.
Returns
- (::Boolean) — 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.