Reference documentation and code samples for the Google Cloud Container V1 Client class GPUDriverVersion.
The GPU driver version to install.
Protobuf type google.container.v1.GPUDriverInstallationConfig.GPUDriverVersion
Namespace
Google \ Cloud \ Container \ V1 \ GPUDriverInstallationConfigMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
GPU_DRIVER_VERSION_UNSPECIFIED
Value: 0
Default value is to not install any GPU driver.
Generated from protobuf enum GPU_DRIVER_VERSION_UNSPECIFIED = 0;
INSTALLATION_DISABLED
Value: 1
Disable GPU driver auto installation and needs manual installation
Generated from protobuf enum INSTALLATION_DISABLED = 1;
PBDEFAULT
Value: 2
"Default" GPU driver in COS and Ubuntu.
Generated from protobuf enum DEFAULT = 2;
LATEST
Value: 3
"Latest" GPU driver in COS.
Generated from protobuf enum LATEST = 3;