Skip to main content

PredictJob

Job
DashAI.back.job.PredictJob

PredictJob class to run the prediction.

Methods

get_job_name(self) -> str

Defined on PredictJob

Get a descriptive name for the job.

run(self) -> List[Any]

Defined on PredictJob

Run the job.

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

Defined on PredictJob

Set the status of the job as delivered.

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

Defined on PredictJob

Set the status of the prediction job as error.