iqm.benchmarks.utils.retrieve_all_job_metadata# iqm.benchmarks.utils.retrieve_all_job_metadata(iqm_jobs: List[IQMJob]) → Dict[str, Dict[str, Any]]# Retrieve the counts from a list of IQMJob objects. :param iqm_jobs List[IQMJob]: The list of IQMJob objects. Returns: Relevant metadata of all the IQMJob objects. Return type: Dict[str, Dict[str, Any]] Parameters: iqm_jobs (List[IQMJob]) –