Method
Gets the summary of a model monitor across versions.
REQUIRED |
KEY |
TYPE |
DESCRIPTION |
Yes |
modelMonitorId |
str |
A unique string identifier associated with the model monitor.
|
Note: The arguments for the API methods follow camelCase but for Python SDK underscore_case is followed.
KEY |
TYPE |
DESCRIPTION |
success |
Boolean |
true if the call succeeded, false if there was an error |
result |
ModelMonitorSummary |
KEY |
TYPE |
Description |
modelAccuracy |
list |
A list of model accuracy objects including accuracy and monitor version information. |
modelDrift |
list |
A list of model drift objects including label and prediction drifts and monitor version information. |
dataIntegrity |
list |
A list of data integrity objects including counts of violations and monitor version information. |
biasViolations |
list |
A list of bias objects including bias counts and monitor version information. |
alerts |
list |
A list of alerts by type for each model monitor instance |
|
TYPE |
WHEN |
DataNotFoundError |
modelMonitorId is not found.
|