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 Google Cloud TPU v1 API represents a configurable TensorFlow version for a Node."],["Version 2.4.0 is the latest documented version, with support going as far back as version 1.0.0."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties to manage the resource `Name`, a `TensorFlowVersionName`-typed view, and the `Version` of TensorFlow."],["`TensorFlowVersion` contains two constructors: a parameterless constructor and one that takes another `TensorFlowVersion` object."]]],[]]