abacusai.agent_data_document_info
Classes
Information for documents uploaded to agents. |
Module Contents
- class abacusai.agent_data_document_info.AgentDataDocumentInfo(client, docId=None, filename=None, mimeType=None, size=None, pageCount=None)
Bases:
abacusai.return_class.AbstractApiClass
Information for documents uploaded to agents.
- Parameters:
client (ApiClient) – An authenticated API Client instance
docId (str) – The docstore Document ID of the document.
filename (str) – The file name of the uploaded document.
mimeType (str) – The mime type of the uploaded document.
size (int) – The total size of the uploaded document.
pageCount (int) – The total number of pages in the uploaded document.
- doc_id
- filename
- mime_type
- size
- page_count
- deprecated_keys
- __repr__()