Run prediction model

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
integer
required

The ID of a prediction model, e.g. 123.

Body Params

The model run.

A prediction model run.

string

You may use this to record some notes about the run. This is shown in the prediction model interface when viewing all runs, and when viewing the results of a single run.

string
enum
Defaults to MODEL_CONFIGURATION_NOT_SPECIFIED

Specifies which model configuration to use. If not specified, the latest model configuration is used. Note that the current signal library is always loaded.

  • MODEL_CONFIGURATION_NOT_SPECIFIED: Not specified - defaults to use the latest configuration.
  • LATEST: Latest configuration.
  • ACTIVE: Configuration of the active run. A specific run may be activated from the prediction model user interface.
  • SPECIFIC_RUN: Configuration of a specific run. The run number must be specified as well.
Allowed:
int32

Prediction model run number from which model configuration should be retrieved, e.g. 1. Only relevant when configuration is set to ModelConfiguration.SPECIFIC_RUN.

boolean

Whether to automatically set this run as active once it completes. The run will not be activated if it fails for any of the entities in the model.

Responses

Language
Credentials
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json