Get Quantize Task Status¶
netspresso.np_qai.quantizer.NPQAIQuantizer.get_quantize_task_status(quantize_task_id)
¶
Get the status of a quantize task.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
quantize_task_id |
str
|
The ID of the quantize task to get the status of. |
required |
Returns:
Name | Type | Description |
---|---|---|
JobStatus |
JobStatus
|
The status of the quantize task. |
Note
For details, see JobStatus in QAI Hub API.