:py:mod:`abacusai.type_violation`
=================================

.. py:module:: abacusai.type_violation


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

Classes
~~~~~~~

.. autoapisummary::

   abacusai.type_violation.TypeViolation




.. py:class:: TypeViolation(client, name=None, trainingDataType=None, predictionDataType=None)

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

   Summary of important type mismatches for a feature discovered by a model monitoring instance

   :param client: An authenticated API Client instance
   :type client: ApiClient
   :param name: Name of feature.
   :type name: str
   :param trainingDataType: Data type of training feature that doesn't match the type of the corresponding prediction feature.
   :type trainingDataType: str
   :param predictionDataType: Data type of prediction feature that doesn't match the type of the corresponding training feature.
   :type predictionDataType: str

   .. py:method:: __repr__(self)

      Return repr(self).


   .. py:method:: to_dict(self)

      Get a dict representation of the parameters in this class

      :returns: The dict value representation of the class parameters
      :rtype: dict



