List runs for the given prediction
predictions_list_runs(id, limit = NULL, page_num = NULL,
order = NULL, order_dir = NULL)
integer required. The ID of the prediction.
integer optional. Number of results to return. Defaults to 20. Maximum allowed is 100.
integer optional. Page number of the results to return. Defaults to the first page, 1.
string optional. The field on which to order the result set. Defaults to id. Must be one of: id.
string optional. Direction in which to sort, either asc (ascending) or desc (descending) defaulting to desc.
An array containing the following fields:
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.