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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["This document provides reference information for the `CreateExecutionRequest` class within the AI Platform Notebooks v1 API, specifically version 2.4.0 of the Google.Cloud.Notebooks.V1 package."],["The `CreateExecutionRequest` class is used to send a request to create a new notebook execution."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of `CreateExecutionRequest` include `Execution` (the execution details), `ExecutionId` (a unique ID for the execution), and `Parent` (the project and location where the execution will reside)."],["There are various versions of the `CreateExecutionRequest` available, with the latest version being 2.5.0, and this document is for version 2.4.0."]]],[]]