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."],[[["The latest version of the `AcceleratorConfig` class in the Google Cloud Container V1 API is 3.33.0, and this page provides access to documentation for versions ranging from 3.33.0 down to 2.3.0."],["`AcceleratorConfig` is a class that represents a Hardware Accelerator request within the Google Kubernetes Engine v1 API, implementing several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `AcceleratorConfig` class includes properties like `AcceleratorCount` (the number of accelerator cards), `AcceleratorType` (the type of accelerator), `GpuDriverInstallationConfig`, `GpuPartitionSize` (for creating partitions on the GPU), and `GpuSharingConfig`."],["The documentation for this class is found within the `Google.Cloud.Container.V1` namespace, as a part of the `Google.Cloud.Container.V1.dll` assembly."],["The `AcceleratorConfig` class also features two constructors: a default constructor (`AcceleratorConfig()`) and a copy constructor (`AcceleratorConfig(AcceleratorConfig other)`)."]]],[]]