Get Inference Task Status¶
            netspresso.np_qai.benchmarker.NPQAIBenchmarker.get_inference_task_status(inference_task_id)
¶
    Get the status of an inference task.
Parameters:
| Name | Type | Description | Default | 
|---|---|---|---|
                inference_task_id
             | 
            
                  str
             | 
            
               The ID of the inference task to get the status of.  | 
            required | 
Returns:
| Name | Type | Description | 
|---|---|---|
JobStatus |             
                  JobStatus
             | 
            
               The status of the inference task.  | 
          
Note
For details, see JobStatus in QAI Hub API.