List predictions
predictions_list(model_id = NULL)
model_id | integer optional. If specified, only return predictions associated with this model ID. |
---|
An array containing the following fields:
integer, The ID of the prediction.
integer, The ID of the model used for this prediction.
integer, The ID of the source table for this prediction.
string, The name of the source table for this prediction.
string, The name of the output table for this prediction.
string, The state of the last run of this prediction.
string, The error, if any, of the last run of this prediction.
string, The start time of the last run of this prediction.
string, The end time of the last run of this prediction.
list, A list containing the following elements:
id integer,
state string,
createdAt string, The time that the run was queued.
startedAt string, The time that the run started.
finishedAt string, The time that the run completed.
error string, The error message for this run, if present.