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"]],[["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 documentation for the `DeleteExecutionRequest` class within the AI Platform Notebooks v1 API, specifically version 2.2.0 of the .NET library."],["The `DeleteExecutionRequest` class is used to request the deletion of a scheduled notebook execution and inherits from the base `Object` class, while implementing several interfaces like `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The class has two constructors: a default constructor, and one that takes another `DeleteExecutionRequest` object as a parameter."],["The `DeleteExecutionRequest` class includes properties such as `ExecutionName` of type `ExecutionName` and `Name` of type string to identify the execution to be deleted."],["The provided documentation spans multiple version of this class, ranging from version 1.0.0-beta04 to version 2.5.0."]]],[]]