abacusai.data_upload_result =========================== .. py:module:: abacusai.data_upload_result Classes ------- .. autoapisummary:: abacusai.data_upload_result.DataUploadResult Module Contents --------------- .. py:class:: DataUploadResult(client, docInfos=None, maxCount=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] :param maxCount: The maximum number of documents :type maxCount: int .. py:attribute:: doc_infos :value: None .. py:attribute:: max_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