public sealed class DeleteScheduleRequest : IMessage<DeleteScheduleRequest>, IEquatable<DeleteScheduleRequest>, IDeepCloneable<DeleteScheduleRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the AI Platform Notebooks v1 API class DeleteScheduleRequest.
[[["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 page provides documentation for the `DeleteScheduleRequest` class within the Google Cloud AI Platform Notebooks v1 API, specifically for version 2.4.0."],["`DeleteScheduleRequest` is a class used to request the deletion of a schedule, inheriting from `object` and implementing several interfaces like `IMessage` and `IEquatable`."],["The class has two constructors, a default one and one that takes another `DeleteScheduleRequest` as an argument for copying, and has properties to set the name of the schedule to delete."],["The latest version of the API is 2.5.0 and this page contains links to the documentation for all of the previous versions of the api."],["The `Name` property is required and follows the format `projects/{project_id}/locations/{location}/schedules/{schedule_id}` and it can also be accessed through a typed view with `ScheduleName`."]]],[]]