Method
deleteModelMonitor DELETE
Copy DELETE

Deletes the specified Model Monitor and all its versions.

Arguments:

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.

Response:

KEY TYPE DESCRIPTION
success Boolean true if the call succeeded, false if there was an error

Exceptions:

TYPE WHEN
DataNotFoundError

modelMonitorId is not found.

ConflictError

The Model Monitor is currently used in one or more Refresh Policies.

Language: