abacusai.custom_metric
Classes
Custom metric. |
Module Contents
- 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) – Unique string identifier of the custom metric.
name (str) – Name assigned to the custom metric.
createdAt (str) – Date and time when the custom metric was created (ISO 8601 format).
problemType (str) – Problem type that this custom metric is applicable to (e.g. regression).
notebookId (str) – Unique string identifier of the notebook used to create/edit the custom metric.
latestCustomMetricVersion (CustomMetricVersion) – Latest version of the custom metric.
- custom_metric_id
- name
- created_at
- problem_type
- notebook_id
- latest_custom_metric_version
- deprecated_keys
- __repr__()