public sealed class GetExecutionRequest : IMessage<GetExecutionRequest>, IEquatable<GetExecutionRequest>, IDeepCloneable<GetExecutionRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Vertex AI v1beta1 API class GetExecutionRequest.
Request message for
[MetadataService.GetExecution][google.cloud.aiplatform.v1beta1.MetadataService.GetExecution].
Required. The resource name of the Execution to retrieve.
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"]],[["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."],[[["The `GetExecutionRequest` class is part of the Vertex AI v1beta1 API and is used as a request message for retrieving an Execution via `MetadataService.GetExecution`."],["This class inherits from `object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` for various functionalities."],["`GetExecutionRequest` provides two constructors: a default constructor and one that copies an existing `GetExecutionRequest` object."],["The class has two properties: `ExecutionName`, which provides a typed view over the resource name, and `Name`, which is a string representing the required resource name of the Execution to be retrieved."],["The `GetExecutionRequest` class is within the `Google.Cloud.AIPlatform.V1Beta1` namespace and is found within the `Google.Cloud.AIPlatform.V1Beta1.dll` assembly."]]],[]]