get_job_result#

BaseRunner.get_job_result(label: str) Any#

Get the result of a job by its label.

Parameters:
labelstr

Label of the job whose result to retrieve.

Returns:
Any

The result of the job.