abacusai.agent_data_document_info
=================================

.. py:module:: abacusai.agent_data_document_info


Classes
-------

.. autoapisummary::

   abacusai.agent_data_document_info.AgentDataDocumentInfo


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

.. py:class:: AgentDataDocumentInfo(client, docId=None, filename=None, mimeType=None, size=None, pageCount=None)

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


   Information for documents uploaded to agents.

   :param client: An authenticated API Client instance
   :type client: ApiClient
   :param docId: The docstore Document ID of the document.
   :type docId: str
   :param filename: The file name of the uploaded document.
   :type filename: str
   :param mimeType: The mime type of the uploaded document.
   :type mimeType: str
   :param size: The total size of the uploaded document.
   :type size: int
   :param pageCount: The total number of pages in the uploaded document.
   :type pageCount: int


   .. py:attribute:: doc_id
      :value: None



   .. py:attribute:: filename
      :value: None



   .. py:attribute:: mime_type
      :value: None



   .. py:attribute:: size
      :value: None



   .. py:attribute:: page_count
      :value: None



   .. py:attribute:: deprecated_keys


   .. py:method:: __repr__()


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



