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-04-09 UTC."],[[["This document provides reference documentation for the `TensorboardBlob` class within the Cloud AI Platform v1beta1 API, specifically for version 1.0.0-beta02."],["`TensorboardBlob` represents a single blob, such as an image or graph, that can be viewed on a blob metric plot, inheriting from `object` and implementing several interfaces, including `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The `TensorboardBlob` class has two constructors: a default constructor and a copy constructor that takes another `TensorboardBlob` instance as a parameter."],["The class has two properties: `Data`, which holds the blob's byte data and is only populated when returned by the `ReadTensorboardBlobData` endpoint, and `Id`, a unique URI-safe key for locating the blob in Cloud Storage."],["The latest available version for the `TensorboardBlob` class is 1.0.0-beta21, as detailed in the navigation, although this page refers to version 1.0.0-beta02."]]],[]]