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-03-25 UTC."],[[["This documentation details the `BatchCreateTensorboardRunsResponse` class within the Google Cloud AI Platform v1beta1 API, specifically for .NET development."],["The `BatchCreateTensorboardRunsResponse` class is used as a response message for the `TensorboardService.BatchCreateTensorboardRuns` method, and implements multiple interfaces including `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The class provides two constructors, one default and one that takes another `BatchCreateTensorboardRunsResponse` instance as a parameter for cloning purposes."],["The `TensorboardRuns` property, a `RepeatedField` of `TensorboardRun` objects, contains the created Tensorboard runs within the response."]]],[]]