public sealed class AcceleratorConfig : IMessage<AcceleratorConfig>, IEquatable<AcceleratorConfig>, IDeepCloneable<AcceleratorConfig>, IBufferMessage, IMessage
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."],[[["The `AcceleratorConfig` class is used to define the type and number of accelerator cards attached to a virtual machine instance within Google Cloud Compute V1."],["The latest version available is 3.6.0, while the current documentation is for version 2.0.0, with multiple prior versions listed ranging from 3.5.0 down to 1.0.0."],["`AcceleratorConfig` implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, along with inheriting members from the `Object` class."],["The class includes properties `AcceleratorCount` (an integer representing the number of accelerator cards) and `AcceleratorType` (a string with the URL of the accelerator type), along with boolean indicators `HasAcceleratorCount` and `HasAcceleratorType` to determine if those fields are set."],["There are two constructors for the class, a default constructor, and one that accepts another instance of `AcceleratorConfig` as a parameter."]]],[]]