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 in the Cloud TPU v1 API represents a TensorFlow version that can be configured for a Node."],["This class is part of the `Google.Cloud.Tpu.V1` namespace and is implemented in the `Google.Cloud.Tpu.V1.dll` assembly."],["The class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `object` class."],["It includes properties like `Name` (resource name), `TensorFlowVersionName` (typed view of resource name), and `Version` (the tensorflow version)."],["The documentation lists multiple versions of this class, with 2.4.0 being the latest and all the way down to 1.0.0."]]],[]]