mlrl.testbed_slurm.sbatch module¶
Author: Michael Rapp (michael.rapp.ml@gmail.com)
Provides classes that allow to run “sbatch” commands.
- class mlrl.testbed_slurm.sbatch.Sbatch¶
Bases:
SlurmCommandAllows to run “sbatch” commands.
- class mlrl.testbed_slurm.sbatch.SlurmCommand(command: str)¶
Bases:
ABCAn abstract base class for all Slurm commands.