jade.jobs.job_manager_base.JobManagerBase

class jade.jobs.job_manager_base.JobManagerBase(config, output_dir)[source]

Bases: ABC

Base class for managing jobs.

Methods

get_batch_post_process_config()

Get the batch post-process config data

get_completed_results()

Get results of completed jobs.

get_num_jobs()

Get the number of jobs to execute.

get_results_summmary()

Get a job results.

get_results_summmary_report()

Get a summary of job results in text form.

Attributes

config

get_num_jobs()[source]

Get the number of jobs to execute.

Return type:

int

get_completed_results()[source]

Get results of completed jobs.

Return type:

list of Result

get_results_summmary()[source]

Get a job results.

Return type:

dict

get_results_summmary_report()[source]

Get a summary of job results in text form.

Return type:

str

get_batch_post_process_config()[source]

Get the batch post-process config data