Scheduler¶ The Scheduler Class¶ The scheduler allows submitting several jobs to a cluster queue using hydra. mlxp.scheduler.get_info_oar(process_output: str) → Dict[str, Any][source]¶ Return a dictionary containing the job_id assigned to the run by the scheduler. Returns: A dictionary containing the job_id assigned to the run by the scheduler. Return type: Dict[str,Any]