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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eGPUDriverConfig is a class within the Google.Cloud.Notebooks.V2 API, used to configure GPU driver settings for virtual machine instances.\u003c/p\u003e\n"],["\u003cp\u003eIt allows specifying a custom Cloud Storage path for GPU drivers via the \u003ccode\u003eCustomGpuDriverPath\u003c/code\u003e property, or automatically selecting from official drivers if not specified.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eEnableGpuDriver\u003c/code\u003e property lets users authorize Google Cloud to install GPU drivers on the VM, and by default or when set to false, no installation will occur.\u003c/p\u003e\n"],["\u003cp\u003eThe class inherits from \u003ccode\u003eobject\u003c/code\u003e and implements interfaces like IMessage, IEquatable, IDeepCloneable, and IBufferMessage, along with having two constructors.\u003c/p\u003e\n"]]],[],null,[]]