public sealed class TensorFlowVersion : IMessage<TensorFlowVersion>, IEquatable<TensorFlowVersion>, IDeepCloneable<TensorFlowVersion>, IBufferMessage, IMessage
A tensorflow version 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 document provides details on the `TensorFlowVersion` class within the `Google.Cloud.Tpu.V1` namespace, which is used to define the TensorFlow version that a Node can be configured with."],["The `TensorFlowVersion` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits members from the `Object` class."],["The available versions listed for the `TensorFlowVersion` include 2.4.0 as the latest, alongside 2.3.0, 2.2.0, 2.1.0, 2.0.0, 1.1.0, and 1.0.0."],["The `TensorFlowVersion` class has two constructors, a default constructor and one that takes another `TensorFlowVersion` object as a parameter."],["The `TensorFlowVersion` class includes properties such as `Name`, `TensorFlowVersionName`, and `Version`, for resource identification and version specification."]]],[]]