aito.api.poll_file_processing_status

aito.api.poll_file_processing_status(client: aito.client.aito_client.AitoClient, table_name: str, session_id: str, polling_time: int = 10)

Polling the file processing status until the processing finished

Parameters
  • client (AitoClient) – the AitoClient instance

  • table_name (str) – the name of the table to be uploaded

  • session_id (str) – The upload session id from initiate_upload_file()

  • polling_time (int) – polling wait time