public sealed class AcceleratorType : IMessage<AcceleratorType>, IEquatable<AcceleratorType>, IDeepCloneable<AcceleratorType>, IBufferMessage, IMessage
A accelerator type that a Node can be configured with.
[[["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 available for `Google.Cloud.Tpu.V1.AcceleratorType` is 2.4.0, and versions range from 1.0.0 up to the latest."],["`AcceleratorType` is a class that represents an accelerator type configurable for a Node, implementing several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["`AcceleratorType` objects have properties like `AcceleratorTypeName`, `Name`, and `Type`, allowing access to resource names and accelerator type information."],["The `AcceleratorType` class includes two constructors: a default constructor and one that accepts another `AcceleratorType` instance as a parameter for initialization."],["The class inherits some methods from the Object class such as `GetHashCode`, `GetType`, `MemberwiseClone` and `ToString`."]]],[]]