post https://app.modzy.com/api/models//versions//drift/thresholds
This endpoint updates a model’s threshold values. These values are used to return alerts.
Projects cannot access this route.
Responses
This endpoint updates a model’s threshold values. These values are used to return alerts.
Projects cannot access this route.
xxxxxxxxxx
POST /api/models/modelId/versions/modelVersion/drift/thresholds HTTP/1.1
Host: app.modzy.com
Content-Type: application/json
Authorization: ApiKey apikey.modzy
{
"mediumDriftThreshold": 0.1,
"highDriftThreshold": 0.2
}