TrainingJobManager
TrainingJobManager.run_training_job()
TrainingJobManager.start_training_job_in_background()
Bases: object
object
Class that manages training jobs in CSLE
Runs a given training job
job_config – the configuration of the job
None
Starts a training job with a given configuration in the background
training_job – the job configuration