public sealed class GPUDriverInstallationConfig : IMessage<GPUDriverInstallationConfig>, IEquatable<GPUDriverInstallationConfig>, IDeepCloneable<GPUDriverInstallationConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Kubernetes Engine v1 API class GPUDriverInstallationConfig.
GPUDriverInstallationConfig specifies the version of GPU driver to be auto
installed.
[[["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 webpage provides reference documentation for the `GPUDriverInstallationConfig` class within the Google Kubernetes Engine v1 API."],["The documentation covers various versions of the class, ranging from version 2.3.0 to the latest version 3.33.0, allowing users to access documentation for specific versions."],["The `GPUDriverInstallationConfig` class is used to specify the version of the GPU driver to be automatically installed and has specific constructors, properties, and inheritances."],["It implements several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, detailing its functionality and compatibility within the .NET framework."],["The class has a property, `GpuDriverVersion`, that dictates the version of the GPU driver and a `HasGpuDriverVersion` property to know if a version is currently set."]]],[]]