public sealed class GPUDriverConfig : IMessage<GPUDriverConfig>, IEquatable<GPUDriverConfig>, IDeepCloneable<GPUDriverConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the Notebooks v2 API class GPUDriverConfig.
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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This documentation covers the `GPUDriverConfig` class within the Google Cloud Notebooks v2 API, which is used for configuring GPU driver settings."],["The `GPUDriverConfig` class allows you to specify a custom Cloud Storage path for the GPU driver using the `CustomGpuDriverPath` property, or to rely on automatically selected official drivers."],["The `EnableGpuDriver` property of the `GPUDriverConfig` class lets users control whether Google Cloud should install a GPU driver on the VM instance."],["The `GPUDriverConfig` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["There are two constructors, one default and another that accepts a `GPUDriverConfig` object, to create new instances of the `GPUDriverConfig` class."]]],[]]