aito.api.get_job_result
- aito.api.get_job_result(client: AitoClient, job_id: str) BaseResponse
Get the result of a job with the specified job id
- Parameters:
client (AitoClient) – the AitoClient instance
job_id (str) – the id of the job
- Returns:
the job result
- Return type:
Dict