Method
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.
|
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 |
list[ModelMonitorSummaryFromOrg] |
|
TYPE |
WHEN |
InvalidEnumParameterError |
An invalid value is passed for chartType . |