public sealed class AddContextArtifactsAndExecutionsResponse : IMessage<AddContextArtifactsAndExecutionsResponse>, IEquatable<AddContextArtifactsAndExecutionsResponse>, IDeepCloneable<AddContextArtifactsAndExecutionsResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform v1beta1 API class AddContextArtifactsAndExecutionsResponse.
Response message for
[MetadataService.AddContextArtifactsAndExecutions][google.cloud.aiplatform.v1beta1.MetadataService.AddContextArtifactsAndExecutions].
[[["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-31 UTC."],[[["The `AddContextArtifactsAndExecutionsResponse` class is part of the Cloud AI Platform v1beta1 API, specifically within the `Google.Cloud.AIPlatform.V1Beta1` namespace."],["This class represents the response message for the `MetadataService.AddContextArtifactsAndExecutions` operation, as defined in the API."],["It implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing it to be used in various message handling and data manipulation scenarios."],["The class inherits from the base `object` class, and it also has two constructors, one being a default constructor and another that accepts another `AddContextArtifactsAndExecutionsResponse` as a parameter."]]],[]]