PipelineJob
DashAI.back.job.PipelineJob
Abstract class for all Jobs.
Methods
run(self, component_registry: 'ComponentRegistry' = <function PipelineJob.<lambda> at 0x7f2d58e557e0>) -> None
PipelineJobRun the job.
set_status_as_delivered(self) -> None
PipelineJobSet the status of the job as delivered.
get_job_name(self) -> str
BaseJobGet a descriptive name for the job.
set_status_as_error(self) -> None
BaseJobSet the status of the job as error.