Prediction Model Service Overview¶
The prediction model service is for machine learning algorithm models that are deployed through EnOS Algorithm Model Hosting service. The service can be invoked by providing the service ID and business parameters of the deployed model.
API List¶
Operation Name |
Description |
---|---|
Get the predition results of the deployed machine learning algorithm model. |
Error Code¶
Code |
Error Information |
Description |
---|---|---|
61951 |
parameter is not correct |
Provided parameters are not valid. |
61952 |
serviceId not found |
Provided service ID is not found. |
61953 |
Prediction service is not running |
Prediction service exception (service is not running) |
61954 |
Internal service error |
Internal service exception |