ModelType¶
- class tracdap.metadata.ModelType¶
Bases:
enum.Enum
Identify specialized model types for specific tasks
- DATA_EXPORT_MODEL = 2¶
A model with write access to external storage for exporting data
- DATA_IMPORT_MODEL = 1¶
A model with read access to external storage for importing data
- STANDARD_MODEL = 0¶
A regular model with parameters, inputs and outputs (this is the default)