: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, docIds=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 docIds: A list of document IDs uploaded to agent.
   :type docIds: list[str]

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



