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 for version 2.4.0."],["The `DeleteExecutionRequest` class is used to request the deletion of a scheduled notebook execution, as per the defined Google Cloud Notebooks API."],["This class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, supporting functionalities for message handling, equality checks, deep cloning, and buffer operations."],["The document outlines the available constructors for `DeleteExecutionRequest`, including a default constructor and a copy constructor for creating new instances from existing `DeleteExecutionRequest` objects."],["It also defines the properties `ExecutionName` and `Name`, which are used to identify the execution to be deleted, with `Name` using a specific format to locate the execution."]]],[]]