Method
Deletes the specified Model Monitor and all its versions.
| REQUIRED |
KEY |
TYPE |
DESCRIPTION |
| Yes |
modelMonitorId |
str |
Unique identifier of the Model Monitor to delete.
|
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 |
| TYPE |
WHEN |
| DataNotFoundError |
`modelMonitorId` is not found. |
| ConflictError |
The Model Monitor is currently used in one or more Refresh Policies. |