abacusai.model_monitor_version_metric_data
==========================================

.. py:module:: abacusai.model_monitor_version_metric_data


Classes
-------

.. autoapisummary::

   abacusai.model_monitor_version_metric_data.ModelMonitorVersionMetricData


Module Contents
---------------

.. py:class:: ModelMonitorVersionMetricData(client, name=None, algoName=None, featureGroupVersion=None, modelMonitor=None, modelMonitorVersion=None, metricInfos=None, metricNames=None, metrics=None, metricCharts=None, otherMetrics=None, actualValuesSupportedForDrilldown=None)

   Bases: :py:obj:`abacusai.return_class.AbstractApiClass`


   Data for displaying model monitor version metric data

   :param client: An authenticated API Client instance
   :type client: ApiClient
   :param name: The name of the metric type
   :type name: str
   :param algoName: The name of the algo used for the prediction metric
   :type algoName: str
   :param featureGroupVersion: The prediction feature group used for analysis
   :type featureGroupVersion: str
   :param modelMonitor: The id of the model monitor
   :type modelMonitor: str
   :param modelMonitorVersion: The id of the model monitor version
   :type modelMonitorVersion: str
   :param metricInfos: Name and description for metrics
   :type metricInfos: dict
   :param metricNames: Internal name to external name mapping
   :type metricNames: dict
   :param metrics: Metric name to metric data
   :type metrics: dict
   :param metricCharts: List of different metric charts
   :type metricCharts: list
   :param otherMetrics: List of other metrics to optionally plot
   :type otherMetrics: list
   :param actualValuesSupportedForDrilldown: List of values support for drilldown
   :type actualValuesSupportedForDrilldown: list


   .. py:attribute:: name
      :value: None



   .. py:attribute:: algo_name
      :value: None



   .. py:attribute:: feature_group_version
      :value: None



   .. py:attribute:: model_monitor
      :value: None



   .. py:attribute:: model_monitor_version
      :value: None



   .. py:attribute:: metric_infos
      :value: None



   .. py:attribute:: metric_names
      :value: None



   .. py:attribute:: metrics
      :value: None



   .. py:attribute:: metric_charts
      :value: None



   .. py:attribute:: other_metrics
      :value: None



   .. py:attribute:: actual_values_supported_for_drilldown
      :value: None



   .. 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



