public sealed class DeleteScheduleRequest : IMessage<DeleteScheduleRequest>, IEquatable<DeleteScheduleRequest>, IDeepCloneable<DeleteScheduleRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform v1beta1 API class DeleteScheduleRequest.
Request message for
[ScheduleService.DeleteSchedule][google.cloud.aiplatform.v1beta1.ScheduleService.DeleteSchedule].
[[["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-04-09 UTC."],[[["The `DeleteScheduleRequest` class is used to create a request to delete a schedule resource within the Cloud AI Platform v1beta1 API."],["This class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, offering methods for message handling, equality checks, and cloning."],["The `DeleteScheduleRequest` class includes two constructors: a default constructor and one that takes another `DeleteScheduleRequest` object as a parameter for copying."],["It has properties like `Name` and `ScheduleName` to specify the schedule resource to be deleted, where `Name` is a string and `ScheduleName` is a typed view of the same name property."],["It inherits from `object` and offers no other public members aside from its constructors and its properties."]]],[]]