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 `AcceleratorType` class defines a configurable accelerator type for a Node within the `Google.Cloud.Tpu.V1` namespace, with the most recent version being 2.4.0."],["It implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing capabilities for message handling, equality checks, deep cloning, and buffer manipulation."],["The class has two constructors: a default constructor and one that takes another `AcceleratorType` object as a parameter for copying."],["It exposes properties such as `AcceleratorTypeName`, `Name`, and `Type`, enabling access to the accelerator's resource name, resource name view, and specific accelerator type string."],["The `AcceleratorType` has inherited methods from the base Object class including `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()` which can be used to get details about the object."]]],[]]