public sealed class ReadTensorboardTimeSeriesDataResponse : IMessage<ReadTensorboardTimeSeriesDataResponse>, IEquatable<ReadTensorboardTimeSeriesDataResponse>, IDeepCloneable<ReadTensorboardTimeSeriesDataResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform v1beta1 API class ReadTensorboardTimeSeriesDataResponse.
Response message for
[TensorboardService.ReadTensorboardTimeSeriesData][google.cloud.aiplatform.v1beta1.TensorboardService.ReadTensorboardTimeSeriesData].
[[["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 documentation provides reference information for the `ReadTensorboardTimeSeriesDataResponse` class, which is part of the Cloud AI Platform v1beta1 API."],["The `ReadTensorboardTimeSeriesDataResponse` class is the response message for the `TensorboardService.ReadTensorboardTimeSeriesData` method."],["It implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `object`."],["The class has a `TimeSeriesData` property that holds the returned time series data."],["There are two constructors available for creating a `ReadTensorboardTimeSeriesDataResponse` object, including one that accepts another instance of the class."]]],[]]