public sealed class TensorFlowVersion : IMessage<TensorFlowVersion>, IEquatable<TensorFlowVersion>, IDeepCloneable<TensorFlowVersion>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud TPU v1 API class TensorFlowVersion.
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."],[[["The `TensorFlowVersion` class within the `Google.Cloud.Tpu.V1` namespace is used to represent a specific TensorFlow version that can be configured for a Cloud TPU Node."],["This class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `object` class."],["It provides properties `Name` and `Version`, where `Name` represents the resource name, and `Version` contains the string representation of the TensorFlow version itself."],["There is a `TensorFlowVersionName` property that offers a strongly-typed view over the `Name` property."],["Multiple versions of this documentation are available, ranging from version 1.0.0 to the latest version 2.4.0."]]],[]]