abacusai.custom_metric ====================== .. py:module:: abacusai.custom_metric Classes ------- .. autoapisummary:: abacusai.custom_metric.CustomMetric Module Contents --------------- .. py:class:: CustomMetric(client, customMetricId=None, name=None, createdAt=None, problemType=None, notebookId=None, latestCustomMetricVersion={}) Bases: :py:obj:`abacusai.return_class.AbstractApiClass` Custom metric. :param client: An authenticated API Client instance :type client: ApiClient :param customMetricId: Unique string identifier of the custom metric. :type customMetricId: str :param name: Name assigned to the custom metric. :type name: str :param createdAt: Date and time when the custom metric was created (ISO 8601 format). :type createdAt: str :param problemType: Problem type that this custom metric is applicable to (e.g. regression). :type problemType: str :param notebookId: Unique string identifier of the notebook used to create/edit the custom metric. :type notebookId: str :param latestCustomMetricVersion: Latest version of the custom metric. :type latestCustomMetricVersion: CustomMetricVersion .. py:attribute:: custom_metric_id :value: None .. py:attribute:: name :value: None .. py:attribute:: created_at :value: None .. py:attribute:: problem_type :value: None .. py:attribute:: notebook_id :value: None .. py:attribute:: latest_custom_metric_version .. py:attribute:: deprecated_keys .. py:method:: __repr__() .. py:method:: to_dict() Get a dict representation of the parameters in this class :returns: The dict value representation of the class parameters :rtype: dict