View Source GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1ResumeScheduleRequest (google_api_ai_platform v0.13.0)
Request message for ScheduleService.ResumeSchedule.
Attributes
-
catchUp
(type:boolean()
, default:nil
) - 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 field. Default to false.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1ResumeScheduleRequest{ catchUp: boolean() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.