Class TrainJobScheduler¶
Defined in File orchestrator.py
Class Documentation¶
- class TrainJobScheduler¶
@brief a dataflow step that accepts (eventually) requests from the 'RequestProcessor' to schedule jobs in an existing flux instance. A job in the context of the AMSFluxOrchestratorExecutor is the pair of sub-selection job and a training job.
Public Functions
- __init__(self, str flux_uri, Queue i_queue, Queue o_queue, AvailableDomains domains, fake_flux=False)¶
- __call__(self)¶