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 `AcceleratorConfig` is 3.33.0, which is part of the Google.Cloud.Container.V1 library, and there are many previous versions available, down to 2.3.0."],["`AcceleratorConfig` is a class representing a Hardware Accelerator request, inheriting from Object and implementing several interfaces like IMessage, IEquatable, and IDeepCloneable."],["The class provides two constructors: a default one (`AcceleratorConfig()`) and one that takes another `AcceleratorConfig` object as a parameter."],["It includes properties to define the `AcceleratorCount` as a 64-bit integer and `AcceleratorType` as a string, with supported accelerator types available via a linked resource."],["The `AcceleratorConfig` class can be found within the `Google.Cloud.Container.V1` namespace and is contained in the `Google.Cloud.Container.V1.dll` assembly."]]],[]]