public sealed class DeleteExecutionRequest : IMessage<DeleteExecutionRequest>, IEquatable<DeleteExecutionRequest>, IDeepCloneable<DeleteExecutionRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the AI Platform Notebooks v1 API class DeleteExecutionRequest.
Request for deleting a scheduled notebook execution
[[["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 document provides reference information for the `DeleteExecutionRequest` class within the AI Platform Notebooks v1 API, specifically for version 2.1.0."],["The `DeleteExecutionRequest` class is used to request the deletion of a scheduled notebook execution, implementing interfaces such as `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The class offers two constructors: a default constructor and one that takes another `DeleteExecutionRequest` instance as a parameter, allowing for the creation of copies."],["Key properties of this class include `ExecutionName`, which provides a typed view of the execution resource name, and `Name`, which specifies the execution's full resource path in a specific format."],["The document contains a list of versions, from 2.5.0 to 1.0.0-beta04, each linking to the `DeleteExecutionRequest` documentation of its version."]]],[]]