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 metadata from a list of Job objects. Parameters: iqm_jobs (list[IQMJob]) – List[IQMJob] The list of IQMJob objects. Returns: Relevant metadata of all the IQMJob objects. Return type: Dict[str, Dict[str, Any]]