ModelJob
DashAI.back.job.ModelJob
ModelJob class to run the model training.
Methods
get_job_name(self) -> str
ModelJobGet a descriptive name for the job.
run(self) -> None
ModelJobRun the job.
set_status_as_delivered(self, session_factory: 'sessionmaker' = <function ModelJob.<lambda> at 0x7f2d58e540d0>) -> None
ModelJobSet the status of the job as delivered.
set_status_as_error(self, session_factory: 'sessionmaker' = <function ModelJob.<lambda> at 0x7f2d58e54f70>) -> None
ModelJobSet the status of the job as error.