public sealed class UpdateExecutionRequest : IMessage<UpdateExecutionRequest>, IEquatable<UpdateExecutionRequest>, IDeepCloneable<UpdateExecutionRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Vertex AI v1beta1 API class UpdateExecutionRequest.
Request message for
[MetadataService.UpdateExecution][google.cloud.aiplatform.v1beta1.MetadataService.UpdateExecution].
If set to true, and the
[Execution][google.cloud.aiplatform.v1beta1.Execution] is not found, a new
[Execution][google.cloud.aiplatform.v1beta1.Execution] is created.
Required. The Execution containing updates.
The Execution's
[Execution.name][google.cloud.aiplatform.v1beta1.Execution.name] field is
used to identify the Execution to be updated. Format:
projects/{project}/locations/{location}/metadataStores/{metadatastore}/executions/{execution}
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-14 UTC."],[[["\u003cp\u003eThis documentation provides details for the \u003ccode\u003eUpdateExecutionRequest\u003c/code\u003e class, which is part of the Vertex AI v1beta1 API within the Google Cloud AI Platform .NET library.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eUpdateExecutionRequest\u003c/code\u003e class is used to structure requests for updating an \u003ccode\u003eExecution\u003c/code\u003e resource via the \u003ccode\u003eMetadataService.UpdateExecution\u003c/code\u003e method, as outlined in the documentation.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eUpdateExecutionRequest\u003c/code\u003e can implement various interfaces like \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, and \u003ccode\u003eIDeepCloneable\u003c/code\u003e, providing functionality for message handling, equality comparison, and object cloning respectively.\u003c/p\u003e\n"],["\u003cp\u003eThe class includes properties such as \u003ccode\u003eAllowMissing\u003c/code\u003e (to create a new execution if it does not exist), \u003ccode\u003eExecution\u003c/code\u003e (to hold execution data for update), and \u003ccode\u003eUpdateMask\u003c/code\u003e (to specify which fields to modify).\u003c/p\u003e\n"]]],[],null,[]]