Skip to main content
POST
Analyze model quality

Authorizations

X-Domino-Api-Key
string
header
required

Path Parameters

model_id
string
required

Identifier for the model to be updated.

Body

application/json

Query config for Regression model

modelType
string
required

Type of the model

metricCheckConfigs
Metric Query config Common components · object[]
required
endTimestamp
number
startTimestamp
number

Response

The MQ analyze query was done successfully.

calculatedOn
number
required

Timestamp of time when the query was performed.

endTimestamp
number
required

End time for the data used for the query.

matchedRowCount
number
required

Number of matched Ground Truth and Prediction rows for this query.

metricTestResults
Metric Test Results · object[]
required

Metric Test Results for the queries.

modelType
string
required

Type of the model

startTimestamp
number
required

Start time for the data used for the query.

classificationReport
MQ Classification Report Object · object | null
required

List of Metrics per label, List of Macro and Weighted Averaged metrics, and Micro Accuracy value

confusionMatrix
object | null
required
Last modified on August 27, 2026