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 outlines the `TensorFlowVersion` class, which is used to configure a Node with a specific TensorFlow version within the Google Cloud TPU environment."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in data handling and manipulation within the Google Protobuf framework."],["It offers properties like `Name`, `TensorFlowVersionName`, and `Version` for accessing and managing the TensorFlow version information."],["There are multiple tensorflow versions available for nodes ranging from 1.0.0 to 2.4.0, the latest being 2.4.0."],["The class inherits basic functionality from the `Object` class, adding specific methods for a TensorFLow version object."]]],[]]