JobType

class tracdap.rt.metadata.JobType

Bases: enum.Enum

Specify the type of an individual TRAC job

EXPORT_DATA = 5

Export data to external locations

IMPORT_DATA = 4

Import data into the platform

IMPORT_MODEL = 3

Import a model into the platform

JOB_GROUP = 6

A job built from a collection of other jobs

JOB_TYPE_NOT_SET = 0
RUN_FLOW = 2

Run a flow with all its models, parameters and inputs

RUN_MODEL = 1

Run a single model, with parameters and inputs