aito.client.AitoClient.create_job

AitoClient.create_job(job_endpoint: str, query: Union[List, Dict]) → Dict

Create a job for a query that takes longer than 30 seconds to run

Parameters
  • job_endpoint (str) – job endpoint

  • query (Union[List, Dict]) – the query for the endpoint

Returns

job information

Return type

Dict