public sealed class AcceleratorConfig : IMessage<AcceleratorConfig>, IEquatable<AcceleratorConfig>, IDeepCloneable<AcceleratorConfig>, IBufferMessage, IMessage
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 within the `Google.Cloud.Container.V1` namespace is 3.33.0, with numerous older versions available dating back to 2.3.0."],["`AcceleratorConfig` represents a hardware accelerator request, and it implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class is defined within the `Google.Cloud.Container.V1.dll` assembly and includes constructors for creating new instances and copying existing `AcceleratorConfig` objects."],["The class has three properties: `AcceleratorCount` which is a type of Int64, `AcceleratorType` which is a type of string, and `GpuPartitionSize`, also a type of string, which allows for configuration of the accelerator setup."],["The class inherits from the `Object` class and provides basic methods like `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`."]]],[]]