public sealed class BatchCreateTensorboardRunsResponse : IMessage<BatchCreateTensorboardRunsResponse>, IEquatable<BatchCreateTensorboardRunsResponse>, IDeepCloneable<BatchCreateTensorboardRunsResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform v1beta1 API class BatchCreateTensorboardRunsResponse.
Response message for
[TensorboardService.BatchCreateTensorboardRuns][google.cloud.aiplatform.v1beta1.TensorboardService.BatchCreateTensorboardRuns].
[[["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 `BatchCreateTensorboardRunsResponse` class within the Google Cloud AI Platform v1beta1 API, specifically version 1.0.0-beta02."],["`BatchCreateTensorboardRunsResponse` serves as the response message for the `TensorboardService.BatchCreateTensorboardRuns` operation, according to its description."],["The class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enhancing its functionality and compatibility within the .NET environment."],["It inherits from the base `object` class and provides constructors to create new instances, either default or by cloning an existing `BatchCreateTensorboardRunsResponse` object."],["The `TensorboardRuns` property, a `RepeatedField` of `TensorboardRun`, contains a list of the newly created TensorboardRuns."]]],[]]