:py:mod:`abacusai.api_class.monitor`
====================================

.. py:module:: abacusai.api_class.monitor


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

Classes
~~~~~~~

.. autoapisummary::

   abacusai.api_class.monitor.ForecastingMonitorConfig




.. py:class:: ForecastingMonitorConfig

   Bases: :py:obj:`abacusai.api_class.abstract.ApiClass`

   Helper class that provides a standard way to create an ABC using
   inheritance.

   .. py:attribute:: id_column
      :type: str

      

   .. py:attribute:: timestamp_column
      :type: str

      

   .. py:attribute:: target_column
      :type: str

      

   .. py:attribute:: start_time
      :type: str

      

   .. py:attribute:: end_time
      :type: str

      

   .. py:method:: to_dict()

      Standardizes converting an ApiClass to dictionary.
      Keys of response dictionary are converted to camel case.
      This also validates the fields ( type, value, etc ) received in the dictionary.



