public sealed class BatchCreateTensorboardTimeSeriesResponse : IMessage<BatchCreateTensorboardTimeSeriesResponse>, IEquatable<BatchCreateTensorboardTimeSeriesResponse>, IDeepCloneable<BatchCreateTensorboardTimeSeriesResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform v1beta1 API class BatchCreateTensorboardTimeSeriesResponse.
Response message for
[TensorboardService.BatchCreateTensorboardTimeSeries][google.cloud.aiplatform.v1beta1.TensorboardService.BatchCreateTensorboardTimeSeries].
[[["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 covers the `BatchCreateTensorboardTimeSeriesResponse` class within the Google Cloud AI Platform v1beta1 API, specifically version 1.0.0-beta02."],["`BatchCreateTensorboardTimeSeriesResponse` is a response message used by the `TensorboardService.BatchCreateTensorboardTimeSeries` method for creating multiple Tensorboard time series."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in data handling and serialization."],["It inherits from the base `object` class and provides constructors for creating new instances, either empty or by copying another `BatchCreateTensorboardTimeSeriesResponse`."],["The `TensorboardTimeSeries` property, of type `RepeatedField`, is used to store the collection of created TensorboardTimeSeries objects within the response."]]],[]]