Type Alias BatchPredictionScheduleInputAttributes

Configuration to schedule a batch prediction

type BatchPredictionScheduleInputAttributes = {
    applyDatasetChangeOnly?: boolean;
    endDateTime?: string;
    recurrence?: string[];
    startDateTime: string;
    timezone: string;
}
Index

Properties

applyDatasetChangeOnly?: boolean

If true, only run prediction if dataset has changed to avoid duplicates. If set to false, re-runs predictions on unchanged datasets.

endDateTime?: string

When the job is scheduled to finish

recurrence?: string[]

Recurrence rules. Maximum is DAILY but you can specify the hour, minute, and second it runs each day. One string per rule.

startDateTime: string

When the job is scheduled to start

timezone: string

Timezone used for the date-time fields