Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

GoogleCloudAiplatformV1ResumeScheduleRequest

import type { GoogleCloudAiplatformV1ResumeScheduleRequest } from "https://googleapis.deno.dev/v1/aiplatform:v1.ts";

Request message for ScheduleService.ResumeSchedule.

interface GoogleCloudAiplatformV1ResumeScheduleRequest {
catchUp?: boolean;
}

§Properties

§
catchUp?: boolean
[src]

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.