aito.api.get_job_result

aito.api.get_job_result(client: aito.client.aito_client.AitoClient, job_id: str)aito.client.responses.aito_response.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