Get Quantize Task Status

get_quantize_task_status(self, quantize_task_id: str) JobStatus

Get the status of a quantize task.

Parameters:

quantize_task_id – The ID of the quantize task to get the status of.

Returns:

The status of the quantize task.

Return type:

JobStatus

Note

For details, see JobStatus in QAI Hub API.