public sealed class GetExecutionRequest : IMessage<GetExecutionRequest>, IEquatable<GetExecutionRequest>, IDeepCloneable<GetExecutionRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the AI Platform Notebooks v1 API class GetExecutionRequest.
[[["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-07-02 UTC."],[[["The `GetExecutionRequest` class is part of the AI Platform Notebooks v1 API, specifically within the `Google.Cloud.Notebooks.V1` namespace and is located within the Google.Cloud.Notebooks.V1.dll assembly."],["This class is used to request information about a scheduled notebook execution and is compatible with several versions, with version 2.5.0 being the latest."],["The `GetExecutionRequest` class inherits from `Object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It has two constructors, one default and another that accepts another `GetExecutionRequest` instance as a parameter."],["The class includes two key properties: `ExecutionName`, which is a typed view over the resource name, and `Name`, a string that specifies the required format for identifying an execution, using a project id, location, and execution id."]]],[]]