Check status of a run
predictions_get_runs(id, run_id)
integer required. The ID of the prediction.
integer required. The ID of the run.
A list containing the following elements:
integer, The ID of the prediction run.
integer, The ID of the prediction.
string, The state of the prediction run.
string, The exception, if any, returned by the prediction run.
string, The name of table created by this predictions run.
string, The time when the table with created predictions was created.
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.