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."],[[["The `TensorFlowVersion` class represents a configurable TensorFlow version for a Node within the Google Cloud TPU V1 API."],["The latest version of `TensorFlowVersion` is 2.4.0, but other versions are accessible, ranging from 1.0.0 to 2.3.0."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It contains properties to manage the resource's name and version, available as a `string` and a `TensorFlowVersionName` type."],["The class has two constructors, one of which accepts another `TensorFlowVersion` to copy."]]],[]]