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 `AcceleratorConfig` class, found within the `Google.Cloud.Container.V1` namespace, represents a request for hardware accelerators."],["This class has been implemented to include the `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces."],["The class provides properties to define both the `AcceleratorCount` of the hardware accelerators, and the `AcceleratorType` resource name."],["This webpage contains documentation for a multitude of versions, ranging from the latest version `3.33.0` down to version `2.3.0`."],["There are two constructors available for creating instances of `AcceleratorConfig`: a parameterless constructor, and another constructor that takes an existing `AcceleratorConfig` object as input."]]],[]]