Skip to main content
POST
/
model-monitor
/
api
/
scheduler
/
create_quality_schedule_check
Creates a schedule check for model quality.
curl --request POST \
  --url https://api.example.com/model-monitor/api/scheduler/create_quality_schedule_check \
  --header 'Content-Type: application/json' \
  --data '
{
  "name": "<string>",
  "modelId": "<string>",
  "cronExpression": "<string>",
  "dataSinceLastCheck": true,
  "dataSince": 123,
  "calendarType": "<string>",
  "timezone": "<string>",
  "datasetId": "<string>"
}
'
{
  "id": "<string>",
  "name": "<string>",
  "modelId": "<string>",
  "cronExpression": "<string>",
  "timezone": "<string>",
  "isPaused": true,
  "dataSinceLastCheck": true,
  "datasetId": "<string>",
  "dataSince": 123,
  "calendarType": "<string>"
}

Body

application/json
name
string
required
modelId
string
required
cronExpression
string
required
dataSinceLastCheck
boolean
required
dataSince
integer
required
calendarType
string
required
timezone
string
required
datasetId
string

Response

200 - application/json

A successfully created schedule check for model quality.

id
string
required
name
string
required
modelId
string
required
cronExpression
string
required
timezone
string
required
isPaused
boolean
required
dataSinceLastCheck
boolean
required
datasetId
string
dataSince
integer
calendarType
string