public sealed class AcceleratorConfig : IMessage<AcceleratorConfig>, IEquatable<AcceleratorConfig>, IDeepCloneable<AcceleratorConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Kubernetes Engine v1 API class AcceleratorConfig.
AcceleratorConfig represents a Hardware Accelerator request.
[[["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 `AcceleratorConfig` class within the Google Kubernetes Engine v1 API, detailing its properties and usage."],["The latest version of the `AcceleratorConfig` documentation is 3.33.0, and the page also includes links to documentation for many earlier versions, such as 3.32.0 all the way down to 2.3.0."],["The `AcceleratorConfig` class allows for specifying the configuration of hardware accelerators, including the accelerator type, count, GPU driver installation, GPU partition size, and GPU sharing options."],["This class implements several interfaces, such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `object`, offering functionalities like getting hash code, type, and string representation."],["The documentation outlines constructor details for the `AcceleratorConfig` class, offering both a parameterless constructor and a copy constructor that accepts another `AcceleratorConfig` instance."]]],[]]