public sealed class TensorboardBlob : IMessage<TensorboardBlob>, IEquatable<TensorboardBlob>, IDeepCloneable<TensorboardBlob>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform v1beta1 API class TensorboardBlob.
One blob (e.g, image, graph) viewable on a blob metric plot.
[[["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 `TensorboardBlob` class, part of the Cloud AI Platform v1beta1 API, represents a single blob (like an image or graph) viewable on a blob metric plot."],["This class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` and inherits from the `object` class."],["The `TensorboardBlob` class has two constructors: a default constructor and one that takes another `TensorboardBlob` as a parameter."],["It contains two key properties: `Data`, which holds the blob's bytes (optional), and `Id`, a unique URI-safe identifier for the blob."],["This documentation covers versions 1.0.0-beta21 (latest) and 1.0.0-beta20 of the TensorboardBlob class."]]],[]]