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."],[[["The `CreateExecutionRequest` class is part of the AI Platform Notebooks v1 API, specifically within the `Google.Cloud.Notebooks.V1` namespace in the .NET library."],["This class, `CreateExecutionRequest`, is used to formulate requests for creating notebook executions, implementing interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `CreateExecutionRequest` class contains properties like `Execution`, `ExecutionId`, and `Parent`, which are essential for defining the specifics of the notebook execution to be created."],["The `ExecutionId` property is a required, user-defined unique identifier for each execution, and the `Parent` property indicates the project and location where the execution will occur in the specified format."],["The `CreateExecutionRequest` class has 2 constructors, one is a default constructor, and the second accepts a `CreateExecutionRequest` object as a parameter."]]],[]]