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.

__init__(host: Optional[str] = None, token: Optional[str] = None, api: Optional[API] = None)#
__new__(*args, **kwargs)#

Methods

DeepchecksClient.add_alert_rule(model_name, ...)

Create a new alert rule for provided model based on selected check.

DeepchecksClient.add_monitor(model_name, ...)

Create a new monitor to be displayed in the dashboard.

DeepchecksClient.create_tabular_model_version(...)

Create a tabular model version and uploads the reference data if provided.

DeepchecksClient.delete_model(model_name)

Delete a model by its name.

DeepchecksClient.delete_model_version(...)

Delete model version by its name.

DeepchecksClient.get_model_version(...)

Get client to interact with a specific model version.

DeepchecksClient.get_or_create_model(name[, ...])

Retrieve a model client based on its name if exists, or creates a new model with the provided parameters.