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 documentation for the `CreateExecutionRequest` class within the AI Platform Notebooks v1 API, specifically for version 2.2.0 of the Google.Cloud.Notebooks.V1 library."],["The `CreateExecutionRequest` class is used to request the creation of a notebook execution, implementing multiple interfaces such as `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The class contains properties including `Execution`, `ExecutionId`, and `Parent`, which are essential for defining and identifying the notebook execution request, with the parent defined as `projects/{project_id}/locations/{location}`."],["There are two constructors available for the `CreateExecutionRequest` class, a default constructor and one that takes another `CreateExecutionRequest` instance as a parameter."],["The documentation also lists the inherited members from the `Object` class, such as `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`."]]],[]]