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-04-09 UTC."],[[["The `AcceleratorConfig` class, found within the `Google.Cloud.Container.V1` namespace, represents a request for hardware acceleration in Google Cloud."],["This class provides properties such as `AcceleratorCount` to specify the number of accelerator cards and `AcceleratorType` to define the type of accelerator."],["It is available in numerous versions, ranging from version 2.3.0 all the way up to the latest, 3.33.0, within the Google Cloud Container V1 .NET library."],["The `AcceleratorConfig` class inherits from `Object` and implements several interfaces, such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["You can create an instance of the `AcceleratorConfig` using the default constructor, or through a copy constructor that takes another instance of `AcceleratorConfig`."]]],[]]