Method : GET

URI : /ml/<schema_name>/<model_name>/status

Example

For previous training request, we can see the status here

curl -X GET http://192.168.1.105:18080/ml/website/sales_model/status

Response

{
  "schema-name": "website",
  "model_name": "sales_model",
  "train_req_state": 25
}

The train_req_state = 25 means success. Here is the list of enums for various different states.