DeepchecksClient#
- class DeepchecksClient#
Client to interact with deepchecks monitoring.
- Parameters
- host: t.Optional[str]
The deepchecks monitoring API host.
- token: t.Optional[str]
The deepchecks API token.
- api: t.Optional[API]
The deepchecks API client.
- __new__(*args, **kwargs)#
Methods
|
Create a new alert rule for provided model based on selected check. |
|
Create a new monitor to be displayed in the dashboard. |
Create a tabular model version and uploads the reference data if provided. |
|
|
Delete a model by its name. |
Delete model version by its name. |
|
Get client to interact with a specific model version. |
|
|
Retrieve a model client based on its name if exists, or creates a new model with the provided parameters. |