get_prediction | R Documentation |
Get a specific prediction from a prediction_id. Wait up until time_out is reached and wait wait_time between each retry.
get_prediction(prediction_id, prediction_type, time_out = 3600, wait_time = 10)
prediction_id |
id of the prediction to be retrieved, can be obtained with get_experiment_version_predictions(). |
prediction_type |
type of prediction among "validation" (not deployed model) and "deployment" (deployed model). |
time_out |
maximum number of seconds to wait for the prediction. 3 600 by default. |
wait_time |
number of seconds to wait between each retry. 10 by default. |
data.frame - predictions coming from prediction_id.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.