trac.rt.metadata.job

Module Contents

Classes

JobDefinition

JobType

Generic enumeration.

class trac.rt.metadata.job.JobDefinition
inputs :Dict[str, trac.metadata.TagSelector]
jobType :JobType
models :Dict[str, trac.metadata.TagSelector]
outputs :Dict[str, trac.metadata.TagSelector]
parameters :Dict[str, trac.metadata.Value]
target :trac.rt.metadata.object_id.TagSelector
class trac.rt.metadata.job.JobType

Bases: enum.Enum

Generic enumeration.

Derive from this class to define new enumerations.

IMPORT_DATA = [4]
IMPORT_MODEL = [3]
JOB_TYPE_NOT_SET = [0]
RUN_FLOW = [2]
RUN_MODEL = [1]