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 Cloud TPU Node, and it is part of the Google Cloud TPU v1 API."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enhancing its functionality and compatibility."],["The `AcceleratorType` class has a constructor that accepts an existing `AcceleratorType` object for creating copies and one default constructor with no arguments."],["Key properties of the `AcceleratorType` class include `AcceleratorTypeName`, `Name` and `Type`, which provides type information and resource naming."],["Multiple versions of the API are available, ranging from version 1.0.0 up to the latest version 2.4.0 for the Google Cloud TPU V1 API, with the current page being version 2.2.0."]]],[]]