Get Convert Task Status¶
netspresso.np_qai.converter.NPQAIConverter.get_convert_task_status(convert_task_id)
¶
Get the status of a convert task.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
convert_task_id |
str
|
The ID of the convert task to get the status of. |
required |
Returns:
| Name | Type | Description |
|---|---|---|
JobStatus |
JobStatus
|
The status of the convert task. |
Note
For details, see JobStatus in QAI Hub API.