Show the specified prediction
predictions_get(id)
id | integer required. The ID of the prediction. |
---|
A list containing the following elements:
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.
array, An array containing the following fields:
id integer, The ID of the table with created predictions.
schema string, The schema of table with created predictions.
name string, The name of table with created predictions.
createdAt string, The time when the table with created predictions was created.
scoreStats array, An array of metrics on the created predictions.
list, A list containing the following elements:
scheduled boolean, If the item is scheduled.
scheduledDays array, Day based on numeric value starting at 0 for Sunday.
scheduledHours array, Hours of the day it is scheduled on.
scheduledMinutes array, Minutes of the day it is scheduled on.
scheduledRunsPerHour integer, Alternative to scheduled minutes, number of times to run per hour.
string, A SQL WHERE clause used to scope the rows to be predicted.
array, The primary key or composite keys of the table being predicted.