Notebooks v2 API - Class GPUDriverConfig (1.0.0)

public sealed class GPUDriverConfig : IMessage<GPUDriverConfig>, IEquatable<GPUDriverConfig>, IDeepCloneable<GPUDriverConfig>, IBufferMessage, IMessage

Reference documentation and code samples for the Notebooks v2 API class GPUDriverConfig.

A GPU driver configuration

Inheritance

object > GPUDriverConfig

Namespace

Google.Cloud.Notebooks.V2

Assembly

Google.Cloud.Notebooks.V2.dll

Constructors

GPUDriverConfig()

public GPUDriverConfig()

GPUDriverConfig(GPUDriverConfig)

public GPUDriverConfig(GPUDriverConfig other)
Parameter
NameDescription
otherGPUDriverConfig

Properties

CustomGpuDriverPath

public string CustomGpuDriverPath { get; set; }

Optional. Specify a custom Cloud Storage path where the GPU driver is stored. If not specified, we'll automatically choose from official GPU drivers.

Property Value
TypeDescription
string

EnableGpuDriver

public bool EnableGpuDriver { get; set; }

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.

Property Value
TypeDescription
bool