Learn how to make predictions with deployed models on the Plexe Platform.
READY
){model_name}
is the name of your model{model_version}
is the version number of your modelHTTP Status | Error Code | Description |
---|---|---|
400 | invalid_input | Input doesn’t match model schema |
401 | unauthorized | Missing or invalid API key |
403 | forbidden | API key doesn’t have permission for this deployment |
404 | not_found | Deployment ID doesn’t exist |
429 | rate_limit_exceeded | Too many requests in the allowed time period |
500 | prediction_error | Error occurred during model prediction |
503 | deployment_unavailable | Deployment is not in READY state |