get https://api.obviously.ai/v3/predict/status
Retrieve the status of prediction model on dataset
This endpoint fetch the current state of prediction model training on dataset. The /predict endpoint returns process_id for prediction model. Types of states return from the endpoint are:
- status=PENDING, the prediction model training has started
- status=SUCCESS, the prediction model has been trained and ready for prediction, this status comes with ml_worker_task_id
- status=FAILURE, there was an error in prediction model training
If the status is FAILURE, it will also return an error message with exact error.