# Schedule recurring batch prediction jobs

> Schedule recurring batch prediction jobs - How to configure, execute, and schedule batch prediction
> jobs for deployed models.

This Markdown file sits beside the HTML page at the same path (with a `.md` suffix). It summarizes the topic and lists links for tools and LLM context.

Companion generated at `2026-04-24T16:03:56.617260+00:00` (UTC).

## Primary page

- [Schedule recurring batch prediction jobs](https://docs.datarobot.com/en/docs/classic-ui/predictions/batch/batch-dep/batch-pred-jobs.html): Full documentation for this topic (HTML).

## Sections on this page

- [Create a prediction job definition](https://docs.datarobot.com/en/docs/classic-ui/predictions/batch/batch-dep/batch-pred-jobs.html#create-a-prediction-job-definition): In-page section heading.
- [Set up prediction sources](https://docs.datarobot.com/en/docs/classic-ui/predictions/batch/batch-dep/batch-pred-jobs.html#set-up-prediction-sources): In-page section heading.
- [Source connection types](https://docs.datarobot.com/en/docs/classic-ui/predictions/batch/batch-dep/batch-pred-jobs.html#source-connection-types): In-page section heading.
- [Set prediction options](https://docs.datarobot.com/en/docs/classic-ui/predictions/batch/batch-dep/batch-pred-jobs.html#set-prediction-options): In-page section heading.
- [Set time series options](https://docs.datarobot.com/en/docs/classic-ui/predictions/batch/batch-dep/batch-pred-jobs.html#set-time-series-options): In-page section heading.
- [Set up prediction destinations](https://docs.datarobot.com/en/docs/classic-ui/predictions/batch/batch-dep/batch-pred-jobs.html#set-up-prediction-destinations): In-page section heading.
- [Destination connection types](https://docs.datarobot.com/en/docs/classic-ui/predictions/batch/batch-dep/batch-pred-jobs.html#destination-connection-types): In-page section heading.
- [Schedule prediction jobs](https://docs.datarobot.com/en/docs/classic-ui/predictions/batch/batch-dep/batch-pred-jobs.html#schedule-prediction-jobs): In-page section heading.

## Related documentation

- [Classic UI documentation](https://docs.datarobot.com/en/docs/classic-ui/index.html): Linked from this page.
- [Predictions](https://docs.datarobot.com/en/docs/classic-ui/predictions/index.html): Linked from this page.
- [Batch prediction methods](https://docs.datarobot.com/en/docs/classic-ui/predictions/batch/index.html): Linked from this page.
- [Batch prediction UI](https://docs.datarobot.com/en/docs/classic-ui/predictions/batch/batch-dep/index.html): Linked from this page.
- [one-time batch prediction](https://docs.datarobot.com/en/docs/classic-ui/predictions/batch/batch-dep/batch-pred.html): Linked from this page.
- [deployment and prediction considerations](https://docs.datarobot.com/en/docs/classic-ui/mlops/deployment/index.html#feature-considerations): Linked from this page.
- [define the connection](https://docs.datarobot.com/en/docs/classic-ui/data/connect-data/data-conn.html): Linked from this page.
- [Batch Prediction API](https://docs.datarobot.com/en/docs/api/reference/batch-prediction-api/index.html): Linked from this page.
- [intake adapter](https://docs.datarobot.com/en/docs/api/reference/batch-prediction-api/intake-options.html): Linked from this page.
- [badge that represents the state of the asset](https://docs.datarobot.com/en/docs/reference/data-ref/asset-state.html): Linked from this page.
- [Prediction Explanations](https://docs.datarobot.com/en/docs/classic-ui/modeling/analyze-models/understand/pred-explain/index.html): Linked from this page.
- [ngram](https://docs.datarobot.com/en/docs/reference/glossary/index.html#n-gram): Linked from this page.
- [outlier prediction values](https://docs.datarobot.com/en/docs/classic-ui/mlops/deployment-settings/humility-settings.html#prediction-warnings): Linked from this page.
- [data drift](https://docs.datarobot.com/en/docs/classic-ui/mlops/monitor/data-drift.html): Linked from this page.
- [accuracy](https://docs.datarobot.com/en/docs/classic-ui/mlops/monitor/deploy-accuracy.html): Linked from this page.
- [fairness](https://docs.datarobot.com/en/docs/classic-ui/mlops/governance/mlops-fairness.html): Linked from this page.
- [data exploration](https://docs.datarobot.com/en/docs/api/reference/sdk/data-exploration.html): Linked from this page.
- [prediction instance](https://docs.datarobot.com/en/docs/classic-ui/mlops/deployment/prediction-env/pred-env.html#prediction-environments): Linked from this page.
- [requirements for the scoring dataset](https://docs.datarobot.com/en/docs/api/reference/batch-prediction-api/batch-pred-ts.html#requirements-for-the-scoring-dataset): Linked from this page.
- [Forecast pointorForecast range](https://docs.datarobot.com/en/docs/classic-ui/modeling/time/ts-predictions.html#forecast-settings): Linked from this page.
- [output adapter](https://docs.datarobot.com/en/docs/api/reference/batch-prediction-api/output-options.html): Linked from this page.

## Documentation content

# Schedule recurring batch prediction jobs

You might want to make a [one-time batch prediction](https://docs.datarobot.com/en/docs/classic-ui/predictions/batch/batch-dep/batch-pred.html), but you might also want to schedule regular batch prediction jobs. This section shows how to create and schedule batch prediction jobs.

Be sure to review the [deployment and prediction considerations](https://docs.datarobot.com/en/docs/classic-ui/mlops/deployment/index.html#feature-considerations) before proceeding.

## Create a prediction job definition

Job definitions are flexible templates for creating batch prediction jobs. You can store definitions inside DataRobot and run new jobs with a single click, API call, or automatically via a schedule. Scheduled jobs do not require you to provide connection, authentication, and prediction options for each request.

To create a job definition for a deployment, navigate to the Job Definitions tab. The following table describes the information and actions available on the New Prediction Job Definition tab.

|  | Field name | Description |
| --- | --- | --- |
| (1) | Prediction job definition name | Enter the name of the prediction job that you are creating for the deployment. |
| (2) | Prediction source | Set the source type and define the connection for the data to be scored. |
| (3) | Prediction options | Configure the prediction options. |
| (4) | Time series options | Specify and configure a time series prediction method. |
| (5) | Prediction destination | Indicate the output destination for predictions. Set the destination type and define the connection. |
| (6) | Jobs schedule | Toggle whether to run the job immediately and whether to schedule the job. |
| (7) | Save prediction job definition | Click this button to save the job definition. The button changes to Save and run prediction job definition if the Run this job immediately toggle is turned on. Note that this button is disabled if there are validation errors. |

Once fully configured, click Save prediction job definition (or Save and run prediction job definition if Run this job immediately is enabled).

> [!NOTE] Note
> Completing the New Prediction Job Definition tab configures the details required by the Batch Prediction API. Reference the [Batch Prediction API](https://docs.datarobot.com/en/docs/api/reference/batch-prediction-api/index.html) documentation for details.

## Set up prediction sources

Select a prediction source (also called an [intake adapter](https://docs.datarobot.com/en/docs/api/reference/batch-prediction-api/intake-options.html)):

To set a prediction source, complete the appropriate authentication workflow for the [source type](https://docs.datarobot.com/en/docs/classic-ui/predictions/batch/batch-dep/batch-pred-jobs.html#source-connection-types).

For AI Catalog sources, the job definition displays the modification date, the user that set the source, and a [badge that represents the state of the asset](https://docs.datarobot.com/en/docs/reference/data-ref/asset-state.html) (in this case, STATIC).

After you set your prediction source, DataRobot validates that the data is applicable for the deployed model:

> [!NOTE] Note
> DataRobot validates that a data source is applicable with the deployed model when possible but not in all cases. DataRobot validates for AI Catalog, most JDBC connections, Snowflake, and Synapse.

### Source connection types

Select a connection type below to view field descriptions.

> [!NOTE] Note
> When browsing for connections, invalid adapters are not shown.

Database connections

- JDBC
- Datasphere (premium)
- Databricks
- Trino

Cloud Storage Connections

- Azure
- Google Cloud Storage (GCP)
- S3

Data Warehouse Connections

- BigQuery
- Snowflake
- Synapse

Other

- AI Catalog

For information about supported data sources, see [Data sources supported for batch predictions](https://docs.datarobot.com/en/docs/api/reference/batch-prediction-api/index.html#data-sources-supported-for-batch-predictions).

## Set prediction options

Specify what information to include in the prediction results:

|  | Element | Description |
| --- | --- | --- |
| (1) | Include additional feature values in prediction results | Writes input features to the prediction results file alongside predictions. To add specific features, enable the Include additional feature values in prediction results toggle, select Add specified features, and type feature names to filter for and then select features. To include every feature from the dataset, select Add all features. You can only append a feature (column) present in the original dataset, although the feature does not have to have been part of the feature list used to build the model. Derived features are not included. |
| (2) | Include Prediction Explanations | Adds columns for Prediction Explanations to your prediction output.Number of explanations: Enter the maximum number of explanations you want to request from the deployed model. You can request 100 explanations per prediction request.Low prediction threshold: Enable and define this threshold to provide Prediction Explanations for any values below the set threshold value.High prediction threshold: Enable and define this threshold to provide Prediction Explanations for any values above the set threshold value.Number of ngram explanations: Enable and define the maximum number of text ngram explanations to return per row in the dataset. The default (and recommended) setting is all (no limit). For multiclass models with, use the Classes settings to control the method for selecting which classes are used in explanation computation:Predicted: Select classes based on prediction value. For each row in the prediction dataset, compute explanations for the number of classes set by the Number of classes value.List of classes: Select one or more specific classes from a list of classes. For each row, explain only the classes selected in the List of Classes menu.If you can't enable Prediction Explanations, see Why can't I enable Prediction Explanations?. |
| (3) | Include prediction outlier warning | Includes warnings for outlier prediction values (only available for regression model deployments). |
| (4) | Store predictions for data exploration | Tracks data drift, accuracy, fairness, and data exploration (if enabled for the deployment). |
| (5) | Chunk size | Adjusts the chunk size selection strategy. By default, DataRobot automatically calculates the chunk size; only modify this setting if advised by your DataRobot representative. For more information, see What is chunk size? |
| (6) | Concurrent prediction requests | Limits the number of concurrent prediction requests. By default, prediction jobs utilize all available prediction server cores. To reserve bandwidth for real-time predictions, set a cap for the maximum number of concurrent prediction requests. |
| (7) | Include prediction status | Adds a column containing the status of the prediction. |
| (8) | Use default prediction instance | Lets you change the prediction instance. Turn the toggle off to select a prediction instance. |
| (9) | Column names remapping | Change column names in the prediction job's output by mapping them to entries added in this field. Click + Add column name remapping and define the Input column name to replace with the specified Output column name in the prediction output. If you incorrectly add a column name mapping, you can click the delete icon to remove it. |

## Set time series options

To configure the Time series options, under Time series prediction method, select [Forecast pointorForecast range](https://docs.datarobot.com/en/docs/classic-ui/modeling/time/ts-predictions.html#forecast-settings).

**Make predictions from a single forecast point:**
Select the forecast point option to choose the specific date from which you want to begin making predictions, and then, under Forecast point define a Selection method:

Set automatically
: DataRobot sets the forecast point for you based on the scoring data.
Relative
: Set a forecast point by the
Offset from job time
, configuring the number of
Months
,
Days
,
Hours
, and
Minutes
to offset from scheduled job runtime. Click
Before job time
or
After job time
, depending on how you want to apply the offset.
Set manually
: Set a specific date range using the date selector, configuring the
Start
and
End
dates manually.

**Get predictions from a range of dates:**
Select the forecast range option if you intend to make bulk, historical predictions (instead of forecasting future rows from the forecast point) and then, under Prediction range selection, define a Selection method:

Automatic
: Predictions use all forecast distances within the selected time range.
Manual
: Set a specific date range using the date selector, configuring the
Start
and
End
dates manually.

[https://docs.datarobot.com/en/docs/images/ts-makepred-2.png](https://docs.datarobot.com/en/docs/images/ts-makepred-2.png)


In addition, you can click Show advanced options and enable Ignore missing values in known-in-advance columns to make predictions even if the provided source dataset is missing values in the known-in-advance columns; however, this may negatively impact the computed predictions.

## Set up prediction destinations

Select a prediction destination (also called an [output adapter](https://docs.datarobot.com/en/docs/api/reference/batch-prediction-api/output-options.html)):

Complete the appropriate authentication workflow for the [destination type](https://docs.datarobot.com/en/docs/classic-ui/predictions/batch/batch-dep/batch-pred-jobs.html#destination-connection-types).

In addition, you can click Show advanced options to Commit results at regular intervals, defining a custom Commit interval to indicate how often to commit write operations to the data destination.

### Destination connection types

Select a connection type below to view field descriptions.

> [!NOTE] Note
> When browsing for connections, invalid adapters are not shown.

Database connections

- JDBC
- Datasphere (premium)
- Databricks
- Trino

Cloud Storage Connections

- Azure
- Google Cloud Storage (GCP)
- S3

Data Warehouse Connections

- BigQuery
- Snowflake
- Synapse

## Schedule prediction jobs

You can schedule prediction jobs to run automatically on a schedule. When outlining a job definition, toggle the jobs schedule on. Specify the frequency (daily, hourly, monthly, etc.) and time of day to define the schedule on which the job runs.

For further granularity, select Use advanced scheduler. You can specify the exact time for the prediction job to run down to the minute.

After setting all applicable options, click Save prediction job definition.
