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-03-25 UTC."],[[["This documentation details the `ReadTensorboardTimeSeriesDataResponse` class, which is part of the Google Cloud AI Platform v1beta1 API in the .NET environment."],["The `ReadTensorboardTimeSeriesDataResponse` class serves as the response message for the `TensorboardService.ReadTensorboardTimeSeriesData` method, used to retrieve time series data."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, for enhanced functionality and compatibility within the .NET ecosystem."],["It includes a constructor for creating instances and another for cloning existing instances, and exposes a `TimeSeriesData` property to access the returned time series data, of type `TimeSeriesData`."]]],[]]