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