Prediction Model Service Overview¶
The predictive model service is a service that is automatically created by deploying “predictive” machine learning algorithm models via the 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 |
The provided parameters are not valid. |
61952 |
serviceId not found |
The 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 |