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, specifically for version 2.0.0."],["The `DeleteExecutionRequest` class is used to request the deletion of a scheduled notebook execution, as part of the Google Cloud Notebooks API."],["This class inherits from `Object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing various functionalities like deep cloning and message handling."],["Key properties of the `DeleteExecutionRequest` class include `ExecutionName`, which is a typed view of the resource name, and `Name`, a string representing the resource's location in the format of project, location, and execution ID."],["There are multiple versions of this documentation, from 1.0.0-beta04 all the way to the latest 2.5.0."]]],[]]