:py:mod:`abacusai.agent_data_upload_result`
===========================================

.. py:module:: abacusai.agent_data_upload_result


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

Classes
~~~~~~~

.. autoapisummary::

   abacusai.agent_data_upload_result.AgentDataUploadResult




.. py:class:: AgentDataUploadResult(client, docInfos=None)


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

   Results of uploading data to agent.

   :param client: An authenticated API Client instance
   :type client: ApiClient
   :param docInfos: A list of dict for information on the documents uploaded to agent.
   :type docInfos: list[agentdatadocumentinfo]

   .. py:method:: __repr__()

      Return repr(self).


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



