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 of the Google.Cloud.Container.V1 API is 3.33.0, with this page offering access to documentation for version 3.27.0 and other versions dating down to 2.3.0."],["The `AcceleratorConfig` class, part of the Google Kubernetes Engine v1 API, represents a hardware accelerator request for container configuration, with version 3.27.0 of this class being used in the documentation."],["The `AcceleratorConfig` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in handling messages, object equality, deep cloning, and buffered message operations."],["Key properties of the `AcceleratorConfig` class include `AcceleratorCount`, `AcceleratorType`, `GpuDriverInstallationConfig`, `GpuPartitionSize`, and `GpuSharingConfig`, controlling the number, type, driver installation, partition size, and sharing configurations of the GPU accelerators."],["`AcceleratorConfig` offers two constructors, the default `AcceleratorConfig()`, and `AcceleratorConfig(AcceleratorConfig other)` which allows for the cloning of a `AcceleratorConfig` object."]]],[]]