Generator#
- class anomalib.pipelines.components.base.job.JobGenerator#
Bases:
ABC
Generate Job.
The runners accept a generator that generates the jobs. The task of this class is to parse the config and return an iterator of specific jobs.
Bases: ABC
Generate Job.
The runners accept a generator that generates the jobs. The task of this class is to parse the config and return an iterator of specific jobs.