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 latest version available for the `AcceleratorConfig` class in the Google Kubernetes Engine v1 API is 3.33.0."],["The `AcceleratorConfig` class, part of the `Google.Cloud.Container.V1` namespace, represents a request for hardware accelerators in the Google Kubernetes Engine."],["The `AcceleratorConfig` class has properties for defining the number of accelerators (`AcceleratorCount`), the type of accelerator (`AcceleratorType`), configuration for auto-installing the GPU driver (`GpuDriverInstallationConfig`), GPU partition sizes (`GpuPartitionSize`) and GPU sharing options (`GpuSharingConfig`)."],["The provided documentation includes a comprehensive list of `AcceleratorConfig` versions, starting from version 2.3.0 up to the latest 3.33.0."],["The `AcceleratorConfig` class inherits from `object` and implements multiple interfaces, including `IMessage`, `IEquatable\u003cAcceleratorConfig\u003e`, `IDeepCloneable\u003cAcceleratorConfig\u003e`, and `IBufferMessage`."]]],[]]