Get Inference Task Status

get_inference_task_status(self, inference_task_id: str) JobStatus

Get the status of an inference task.

Parameters:

inference_task_id – The ID of the inference task to get the status of.

Returns:

The status of the inference task.

Return type:

JobStatus

Note

For details, see JobStatus in QAI Hub API.