Skip to main content

scorer_jobs_status

def scorer_jobs_status(project_id: str, run_id: str) -> None
Gets the status of all scorer jobs for a given project and run. Arguments:
  • project_id: The unique identifier of the project.
  • run_id: The unique identifier of the run.

job_progress

def job_progress(job_id: str, project_id: str, run_id: str) -> UUID4
Monitors the progress of a job and displays a progress bar. Arguments:
  • job_id: The unique identifier of the job to monitor.
  • project_id: The unique identifier of the project.
  • run_id: The unique identifier of the run.
Returns: The unique identifier of the completed job.