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` is 3.33.0, with previous versions available down to 2.3.0."],["`AcceleratorConfig` is a class representing a hardware accelerator request within the `Google.Cloud.Container.V1` namespace."],["This class implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["`AcceleratorConfig` has properties `AcceleratorCount` (an `Int64`) and `AcceleratorType` (a `String`) which detail the number and type of accelerator cards respectively."],["There are two constructors for `AcceleratorConfig`, one that takes no arguments and another that takes an `AcceleratorConfig` object, allowing you to create new `AcceleratorConfig` objects."]]],[]]