DeepchecksClient.get_model_version#

DeepchecksClient.get_model_version(model_name: str, version_name: str) DeepchecksModelVersionClient#

Get client to interact with a specific model version.

Returns
DeepchecksModelVersionClient

Client to interact with the model version.

Raises
ValueError

If model or version does not exist.

Parameters
model_name: str

Name of the model.

version_name: str

Name of the model version.