public sealed class ReadTensorboardBlobDataResponse : IMessage<ReadTensorboardBlobDataResponse>, IEquatable<ReadTensorboardBlobDataResponse>, IDeepCloneable<ReadTensorboardBlobDataResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform v1beta1 API class ReadTensorboardBlobDataResponse.
Response message for
[TensorboardService.ReadTensorboardBlobData][google.cloud.aiplatform.v1beta1.TensorboardService.ReadTensorboardBlobData].
[[["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."],[[["This documentation covers the `ReadTensorboardBlobDataResponse` class, which is part of the Cloud AI Platform v1beta1 API within the `Google.Cloud.AIPlatform.V1Beta1` namespace."],["The `ReadTensorboardBlobDataResponse` class is a response message used by the `TensorboardService.ReadTensorboardBlobData` method and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class provides two constructors, a default one and another that takes an instance of `ReadTensorboardBlobDataResponse` for copying, and it contains a `Blobs` property of type `RepeatedField\u003cTensorboardBlob\u003e` which represents blob messages."],["The `ReadTensorboardBlobDataResponse` class inherits from the base `object` class and implements a list of methods from this class, such as GetHashCode(), GetType(), and ToString()."]]],[]]