public sealed class ResumeScheduleRequest : IMessage<ResumeScheduleRequest>, IEquatable<ResumeScheduleRequest>, IDeepCloneable<ResumeScheduleRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Vertex AI v1beta1 API class ResumeScheduleRequest.
Request message for
[ScheduleService.ResumeSchedule][google.cloud.aiplatform.v1beta1.ScheduleService.ResumeSchedule].
Optional. Whether to backfill missed runs when the schedule is resumed from
PAUSED state. If set to true, all missed runs will be scheduled. New runs
will be scheduled after the backfill is complete. This will also update
[Schedule.catch_up][google.cloud.aiplatform.v1beta1.Schedule.catch_up]
field. Default to false.
[[["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-14 UTC."],[[["\u003cp\u003e\u003ccode\u003eResumeScheduleRequest\u003c/code\u003e is a class within the Vertex AI v1beta1 API, used for the request message in \u003ccode\u003eScheduleService.ResumeSchedule\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eIt inherits from the base \u003ccode\u003eobject\u003c/code\u003e class and implements multiple interfaces, including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, ensuring compatibility and functionality within the .NET environment.\u003c/p\u003e\n"],["\u003cp\u003eThe class contains properties such as \u003ccode\u003eCatchUp\u003c/code\u003e, which determines whether missed runs are backfilled, and \u003ccode\u003eName\u003c/code\u003e, which is a required string representing the name of the Schedule resource to resume.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eScheduleName\u003c/code\u003e property provides a typed view over the \u003ccode\u003eName\u003c/code\u003e resource, simplifying the handling of schedule resource names within the \u003ccode\u003eResumeScheduleRequest\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eResumeScheduleRequest\u003c/code\u003e can be constructed using an empty constructor or by copying an existing \u003ccode\u003eResumeScheduleRequest\u003c/code\u003e object, providing flexibility in how it's instantiated and used.\u003c/p\u003e\n"]]],[],null,[]]