public sealed class AcceleratorConfig : IMessage<AcceleratorConfig>, IEquatable<AcceleratorConfig>, IDeepCloneable<AcceleratorConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Kubernetes Engine v1 API class AcceleratorConfig.
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 content provides documentation for the `AcceleratorConfig` class within the Google Kubernetes Engine v1 API, with version 3.33.0 being the latest and going down to version 2.3.0, each having its own page."],["`AcceleratorConfig` represents a request for a hardware accelerator, and the class inherits from `Object` and implements several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has properties such as `AcceleratorCount`, which specifies the number of accelerator cards, `AcceleratorType`, which details the type of accelerator resource, `GpuPartitionSize` for the size of partitions on the GPU, and `GpuSharingConfig` for GPU sharing options."],["There are also two constructors for this class, one default and one that takes in `AcceleratorConfig` as an argument."],["Version 3.6.0 of the Google.Cloud.Container.V1 namespace, contained in the Google.Cloud.Container.V1.dll assembly, is where this class can be located."]]],[]]