Skip to main content
GET
/
model-monitor
/
v2
/
api
/
model
/
{model_id}
/
drift-user-query
Returns drift scheduler config for the model. The endpoint is behind the old backend's auth mechanism.
curl --request GET \
  --url https://api.example.com/model-monitor/v2/api/model/{model_id}/drift-user-query \
  --header 'X-Domino-Api-Key: <api-key>'
{
  "model_id": "<string>",
  "user_id": "<string>",
  "features": [
    {
      "id": "<string>",
      "name": "<string>",
      "type": "<string>",
      "value": "<string>",
      "alertable": true,
      "algorithm": "<string>",
      "condition": {
        "operator": "<string>",
        "lower": 123,
        "upper": 123
      }
    }
  ]
}

Authorizations

X-Domino-Api-Key
string
header
required

Path Parameters

model_id
string
required

Identifier for the model to be updated.

Response

The drift scheduler query was generated successfully.

The user query for a model for a user for getting the drift analysis from raw distributions

model_id
string
required

Unique identifier of the model for this query

user_id
string
required

User Id

features
Feature Query · object[]
required

Algorithm and alert condition for features for the model