public sealed class AddExecutionEventsResponse : IMessage<AddExecutionEventsResponse>, IEquatable<AddExecutionEventsResponse>, IDeepCloneable<AddExecutionEventsResponse>, IBufferMessage, IMessage
Response message for [MetadataService.AddExecutionEvents][google.cloud.aiplatform.v1.MetadataService.AddExecutionEvents].
[[["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-21 UTC."],[[["This page provides documentation for the `AddExecutionEventsResponse` class within the `Google.Cloud.AIPlatform.V1` namespace, detailing its use in the .NET environment."],["The documentation spans multiple versions of the `Google.Cloud.AIPlatform.V1` package, ranging from version 1.0.0 to the latest version 3.22.0, offering a history of changes."],["The `AddExecutionEventsResponse` class is part of the response for the `MetadataService.AddExecutionEvents` method and inherits from `Object` while implementing several interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Constructors for the `AddExecutionEventsResponse` class include a default constructor and one that allows for creating a new instance by cloning an existing `AddExecutionEventsResponse` object."],["This document shows the different methods that can be used with this class which include: `Object.GetHashCode()`, `Object.GetType()`, `Object.MemberwiseClone()` and `Object.ToString()`."]]],[]]