:py:mod:`abacusai.nlp_sentiment_prediction`
===========================================

.. py:module:: abacusai.nlp_sentiment_prediction


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

Classes
~~~~~~~

.. autoapisummary::

   abacusai.nlp_sentiment_prediction.NlpSentimentPrediction




.. py:class:: NlpSentimentPrediction(client)

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

   :param client: An authenticated API Client instance
   :type client: ApiClient

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



