Expand description
Model domain types.
These types represent models in the system, independent of any infrastructure concerns (database, filesystem, etc.).
Structsยง
- Model
- A model that exists in the system with a database ID.
- Model
Filter Options - Filter options for the model library UI.
- NewModel
- A model to be inserted into the system (no ID yet).
- Range
Values - A range of numeric values with min and max.