public sealed class BatchReadTensorboardTimeSeriesDataResponse : IMessage<BatchReadTensorboardTimeSeriesDataResponse>, IEquatable<BatchReadTensorboardTimeSeriesDataResponse>, IDeepCloneable<BatchReadTensorboardTimeSeriesDataResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Vertex AI v1beta1 API class BatchReadTensorboardTimeSeriesDataResponse.
Response message for
[TensorboardService.BatchReadTensorboardTimeSeriesData][google.cloud.aiplatform.v1beta1.TensorboardService.BatchReadTensorboardTimeSeriesData].
[[["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 is for the `BatchReadTensorboardTimeSeriesDataResponse` class within the Vertex AI v1beta1 API, specifically in the `Google.Cloud.AIPlatform.V1Beta1` namespace."],["The `BatchReadTensorboardTimeSeriesDataResponse` class serves as the response message for the `TensorboardService.BatchReadTensorboardTimeSeriesData` method."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `object` class."],["The class has two constructors, one default constructor and another that takes another `BatchReadTensorboardTimeSeriesDataResponse` object as a parameter, allowing for the creation of a new instance based on an existing one."],["The class has a `TimeSeriesData` property, which is a `RepeatedField` of `TimeSeriesData`, and contains the data related to time series."]]],[]]