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-04-14 UTC."],[[["This document provides reference documentation for the `TensorboardTensor` class within the Cloud AI Platform v1beta1 API."],["The `TensorboardTensor` class, which is viewable on a tensor metric plot, represents a single point in that plot."],["`TensorboardTensor` implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties like `Value` which is the serialized form of a TensorProto, and `VersionNumber`, which indicates the version number of the used TensorProto."],["The namespace for this class is Google.Cloud.AIPlatform.V1Beta1, found within the Google.Cloud.AIPlatform.V1Beta1.dll assembly."]]],[]]