DeepchecksModelVersionClient#
- class DeepchecksModelVersionClient#
Client to interact with a given model version, including all functions to send data.
- Parameters
- model_version_idint
The id of the model version.
- modeldict
The model
- apicore.API
The instance of the API object
- __new__(*args, **kwargs)#
Attributes
Methods
Get the production data on a specific window. |
|
Get the reference data. |
|
Log a batch of samples. |
|
Add a data sample for the model version update queue. |
|
Send all the aggregated samples for upload or update. |
|
Get statistics on uploaded samples for the model version in a provided time window. |
|
Upload reference data. |
|
Used in create version when the version already exists to verify it's matching the user passed properties. |