public sealed class AcceleratorConfig : IMessage<AcceleratorConfig>, IEquatable<AcceleratorConfig>, IDeepCloneable<AcceleratorConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the Compute Engine v1 API class AcceleratorConfig.
A specification of the type and number of accelerator cards attached to the instance.
Full or partial URL of the accelerator type resource to attach to this instance. For example: projects/my-project/zones/us-central1-c/acceleratorTypes/nvidia-tesla-p100 If you are creating an instance template, specify only the accelerator name. See GPUs on Compute Engine for a full list of accelerator types.
[[["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-02 UTC."],[[["This document provides reference information for the `AcceleratorConfig` class within the Google Cloud Compute Engine v1 API, specifically for .NET development, detailing its properties and usage."],["The `AcceleratorConfig` class allows developers to specify the type and number of accelerator cards attached to a Compute Engine instance, with properties like `AcceleratorCount` and `AcceleratorType`."],["There are numerous documented versions of the `AcceleratorConfig` class, ranging from version 1.0.0 to the latest version 3.6.0, accessible through specific links for each release."],["The `AcceleratorConfig` class implements several interfaces, such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enabling various functionalities including message handling and deep cloning."],["The class includes constructors to initialize a new `AcceleratorConfig` instance, either as a new instance or by copying an existing `AcceleratorConfig`."]]],[]]