public sealed class AllocationPolicy.Types.Accelerator : IMessage<AllocationPolicy.Types.Accelerator>, IEquatable<AllocationPolicy.Types.Accelerator>, IDeepCloneable<AllocationPolicy.Types.Accelerator>, IBufferMessage, IMessage
Reference documentation and code samples for the Batch v1 API class AllocationPolicy.Types.Accelerator.
Accelerator describes Compute Engine accelerators to be attached to the VM.
[[["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-17 UTC."],[[["The `AllocationPolicy.Types.Accelerator` class, part of the Google Cloud Batch v1 API, is used to describe Compute Engine accelerators that can be attached to a virtual machine."],["This class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing it to be used with Google Protocol Buffers for structured data exchange and manipulation."],["The `Accelerator` class has properties including `Count` (the number of accelerators), `InstallGpuDrivers` (a deprecated setting for installing GPU drivers), and `Type` (the type of accelerator, like \"nvidia-tesla-t4\")."],["The `Accelerator` class is available for a wide range of versions, from 1.0.0 to 2.13.0, with 2.13.0 being the latest version."],["The class inherits members such as GetHashCode(), GetType(), and ToString() from the object class, and is in the Google.Cloud.Batch.V1 namespace."]]],[]]