public sealed class CreateExecutionRequest : IMessage<CreateExecutionRequest>, IEquatable<CreateExecutionRequest>, IDeepCloneable<CreateExecutionRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the AI Platform Notebooks v1 API class CreateExecutionRequest.
[[["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."],[[["This page provides reference documentation for the `CreateExecutionRequest` class within the Google Cloud AI Platform Notebooks v1 API, specifically for version 2.3.0."],["The `CreateExecutionRequest` class is used to initiate a request to create a new notebook execution and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties such as `Execution`, `ExecutionId`, and `Parent`, which are required to create a notebook execution request, and these can be set to the needed values."],["The `CreateExecutionRequest` class has two constructors, one is a default constructor, and the other allows creating an object based off another `CreateExecutionRequest` object."],["There are several versions of this documentation available, ranging from version 1.0.0-beta04 to the latest version, 2.5.0."]]],[]]