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-06-10 UTC."],[[["This document provides reference information for the `GetExecutionRequest` class within the Google Cloud Notebooks v1 API, specifically version 2.2.0."],["`GetExecutionRequest` is used to retrieve information about a scheduled notebook execution and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class inherits from `Object` and includes properties such as `ExecutionName` and `Name`, which are used to identify the specific execution resource."],["Constructors are available to create new `GetExecutionRequest` objects, either as a new instance, or by providing another `GetExecutionRequest` object."],["The latest release for the AI platform notebook is version 2.5.0, while this documentation is for the 2.2.0 version."]]],[]]