Package com.google.cloud.notebooks.v2
Interface GPUDriverConfigOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GPUDriverConfig
,GPUDriverConfig.Builder
public interface GPUDriverConfigOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getCustomGpuDriverPath()
Optional.com.google.protobuf.ByteString
getCustomGpuDriverPathBytes()
Optional.boolean
getEnableGpuDriver()
Optional.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getEnableGpuDriver
boolean getEnableGpuDriver()
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.
bool enable_gpu_driver = 1 [(.google.api.field_behavior) = OPTIONAL];
- Returns:
- The enableGpuDriver.
-
getCustomGpuDriverPath
String getCustomGpuDriverPath()
Optional. Specify a custom Cloud Storage path where the GPU driver is stored. If not specified, we'll automatically choose from official GPU drivers.
string custom_gpu_driver_path = 2 [(.google.api.field_behavior) = OPTIONAL];
- Returns:
- The customGpuDriverPath.
-
getCustomGpuDriverPathBytes
com.google.protobuf.ByteString getCustomGpuDriverPathBytes()
Optional. Specify a custom Cloud Storage path where the GPU driver is stored. If not specified, we'll automatically choose from official GPU drivers.
string custom_gpu_driver_path = 2 [(.google.api.field_behavior) = OPTIONAL];
- Returns:
- The bytes for customGpuDriverPath.
-
-