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 documentation for the `DeleteExecutionRequest` class within the AI Platform Notebooks v1 API."],["The `DeleteExecutionRequest` class is used to request the deletion of a scheduled notebook execution in the Google Cloud AI Platform Notebooks service."],["The latest version of the `DeleteExecutionRequest` is version 2.5.0, but the document lists other previous versions from 2.4.0 all the way back to version 1.0.0-beta04."],["The class implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `object`."],["The class includes properties `ExecutionName` and `Name`, with the `Name` property requiring a specific format: `projects/{project_id}/locations/{location}/executions/{execution_id}`."]]],[]]