Gets a list of model monitor summaries across monitors for an organization.
REQUIRED | KEY | TYPE | DESCRIPTION |
---|---|---|---|
Yes | chartType | str | Type of chart (model_accuracy, bias_violations, data_integrity, or model_drift) to return. |
No | limit | int | Maximum length of the model monitors. |
KEY | TYPE | DESCRIPTION |
---|---|---|
success | Boolean | true if the call succeeded, false if there was an error |
result | list[ModelMonitorSummaryFromOrg] |
TYPE | WHEN |
---|---|
InvalidEnumParameterError | An invalid value is passed for |
Coming Soon!