public sealed class TensorboardTensor : IMessage<TensorboardTensor>, IEquatable<TensorboardTensor>, IDeepCloneable<TensorboardTensor>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform v1beta1 API class TensorboardTensor.
[[["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-25 UTC."],[[["This document provides reference documentation for the `TensorboardTensor` class within the Cloud AI Platform v1beta1 API."],["The `TensorboardTensor` class is a sealed class that represents a single point viewable on a tensor metric plot."],["It inherits from `object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties for `Value`, which is a serialized form of a tensor, and `VersionNumber`, which indicates the version of TensorProto used for serialization."],["It has two constructors, one default, and another that takes in another `TensorboardTensor` object."]]],[]]