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."],[[["This webpage details the `AcceleratorType` class, which is used to configure the accelerator type for a node in Google Cloud TPU."],["The `AcceleratorType` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties like `AcceleratorTypeName`, `Name`, and `Type` which are used to define and describe the accelerator type."],["There are two constructors available for `AcceleratorType`, a default constructor and one that accepts another `AcceleratorType` instance as a parameter."],["The content references documentation for the class across different versions, including the latest version (2.4.0) and previous iterations down to 1.0.0."]]],[]]