Skip to main content

ModelJob

Job
DashAI.back.job.ModelJob

ModelJob class to run the model training.

Methods

get_job_name(self) -> str

Defined on ModelJob

Get a descriptive name for the job.

run(self) -> None

Defined on ModelJob

Run the job.

set_status_as_delivered(self, session_factory: 'sessionmaker' = <function ModelJob.<lambda> at 0x7f2d58e540d0>) -> None

Defined on ModelJob

Set the status of the job as delivered.

set_status_as_error(self, session_factory: 'sessionmaker' = <function ModelJob.<lambda> at 0x7f2d58e54f70>) -> None

Defined on ModelJob

Set the status of the job as error.