Class GPUDriverConfig
A GPU driver configuration
Implements
Inherited Members
Namespace: Google.Apis.AIPlatformNotebooks.v2.Data
Assembly: Google.Apis.AIPlatformNotebooks.v2.dll
Syntax
public class GPUDriverConfig : IDirectResponseSchema
Properties
CustomGpuDriverPath
Optional. Specify a custom Cloud Storage path where the GPU driver is stored. If not specified, we'll automatically choose from official GPU drivers.
Declaration
[JsonProperty("customGpuDriverPath")]
public virtual string CustomGpuDriverPath { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
EnableGpuDriver
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.
Declaration
[JsonProperty("enableGpuDriver")]
public virtual bool? EnableGpuDriver { get; set; }
Property Value
Type | Description |
---|---|
bool? |