Skip to main content

ExplainerJob

Job
DashAI.back.job.ExplainerJob

ExplainerJob class to calculate explanations.

Methods

get_job_name(self) -> str

Defined on ExplainerJob

Get a descriptive name for the job.

run(self) -> None

Defined on ExplainerJob

Run the job.

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

Defined on ExplainerJob

Set the status of the job as delivered.

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

Defined on ExplainerJob

Set the status of the explainer as error.