public sealed class GetExecutionRequest : IMessage<GetExecutionRequest>, IEquatable<GetExecutionRequest>, IDeepCloneable<GetExecutionRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform 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-04-09 UTC."],[[["`GetExecutionRequest` is a class within the Cloud AI Platform v1beta1 API, designed to handle requests for retrieving execution details via `MetadataService.GetExecution`."],["This class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities such as deep cloning and buffer message handling."],["It contains two properties, `ExecutionName` and `Name`, allowing you to define and retrieve the name of the execution resource in the format of `projects/{project}/locations/{location}/metadataStores/{metadatastore}/executions/{execution}`."],["The class has two constructors, one to create an empty instance, and one to make an instance that copies from another `GetExecutionRequest`."]]],[]]