Get Recommendation Process Status
This endpoint will check your training status.
GET#
Parameter#
| Field | Type | Description |
|---|---|---|
| token | String | Identifier of recommendation engine, use x-token when hit this endpoint |
| processId | String | Identifier of training process |
Request Body Example#
Success 200#
| Field | Type | Description |
|---|---|---|
| success | Boolean | Request was successful |
| info | Object | Training process info |
| engineId | String | Engine id of the process |
| confidence | String | Selected confidence threshold |
| error | String | Error message if there are some errors |
| recommendationData | String | Total recommendation if the training has done |
| status | String | Status of the process |