Method
getModelMonitorChartFromOrganization GET
Copy GET

Gets a list of model monitor summaries across monitors for an organization.

Arguments:

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.

Response:

KEY TYPE DESCRIPTION
success Boolean true if the call succeeded, false if there was an error
result list[ModelMonitorSummaryFromOrg]

Exceptions:

TYPE WHEN
InvalidEnumParameterError

An invalid value is passed for chartType.

Language: