public sealed class AcceleratorType : IMessage<AcceleratorType>, IEquatable<AcceleratorType>, IDeepCloneable<AcceleratorType>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud TPU v1 API class AcceleratorType.
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 represents a configurable accelerator type for a Node within the Cloud TPU v1 API, and it is the 2.1.0 version."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enhancing its functionality within the .NET framework."],["It contains properties such as `AcceleratorTypeName`, `Name`, and `Type`, which are utilized for defining and accessing attributes of the accelerator type."],["The class offers two constructors: a default constructor and another that accepts an `AcceleratorType` object for copying."],["Multiple versions of the documentation are available, ranging from version 1.0.0 up to the latest version, 2.4.0."]]],[]]