Check status of a run

predictions_get_runs(id, run_id)

Arguments

id

integer required. The ID of the prediction.

run_id

integer required. The ID of the run.

Value

A list containing the following elements:

id

integer, The ID of the prediction run.

predictionId

integer, The ID of the prediction.

state

string, The state of the prediction run.

exception

string, The exception, if any, returned by the prediction run.

name

string, The name of table created by this predictions run.

createdAt

string, The time when the table with created predictions was created.

scoreStats

array, An array containing the following fields:

  • scoreName string, The name of the score.

  • histogram array, The histogram of the distribution of scores.

  • avgScore number, The average score.

  • minScore number, The minimum score.

  • maxScore number, The maximum score.