Get Benchmark Task Status

get_benchmark_task_status(self, benchmark_task_id: str) JobStatus

Get the status of a benchmark task.

Parameters:

benchmark_task_id – The ID of the benchmark task to get the status of.

Returns:

The status of the benchmark task.

Return type:

JobStatus

Note

For details, see JobStatus in QAI Hub API.