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-01 UTC."],[[["This webpage provides reference documentation for the `AcceleratorConfig` class within the Google Cloud Compute Engine v1 API for .NET, detailing its structure and usage."],["The `AcceleratorConfig` class is used to define the type and quantity of accelerator cards attached to a Compute Engine instance."],["The page lists the available versions of `AcceleratorConfig`, ranging from version 1.0.0 up to the latest version 3.6.0, including specific version numbers and links to each version's documentation."],["`AcceleratorConfig` implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and includes properties like `AcceleratorCount` and `AcceleratorType` to specify the instance's accelerator configuration."],["The class has 2 constructors: a default and one that takes another `AcceleratorConfig` as a parameter, allowing for the creation of a copy."]]],[]]