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-03-25 UTC."],[[["`GetExecutionRequest` is a class within the Google Cloud AI Platform v1beta1 API, designed for retrieving execution details."],["This class serves as the request message for the `MetadataService.GetExecution` method, which retrieves information about a specific execution."],["`GetExecutionRequest` implements multiple interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, making it compatible with various data handling operations."],["The class includes properties like `ExecutionName` and `Name`, where `Name` is a string representing the resource name of the execution to be retrieved, following a specific format."],["The class contains two constructors: a parameterless default and another allowing the copying of an existing `GetExecutionRequest` object to a new one."]]],[]]