abacusai.custom_metric
Module Contents
Classes
Custom metric |
- class abacusai.custom_metric.CustomMetric(client, customMetricId=None, name=None, createdAt=None, problemType=None, notebookId=None, latestCustomMetricVersion={})
Bases:
abacusai.return_class.AbstractApiClass
Custom metric
- Parameters:
client (ApiClient) – An authenticated API Client instance
customMetricId (str) – The unique identifier of the custom metric
name (str) – Name assigned to the custom metric
createdAt (str) – When the custom metric was created
problemType (str) – The problem type that this custom metric would be applicable to. e.g. - regression.
notebookId (str) – The unique identifier of the notebook used to create/edit the custom metric
latestCustomMetricVersion (CustomMetricVersion) – The latest version of the custom metric
- __repr__()
Return repr(self).