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
File - Represents a single file (shard) belonging to a model.
- Model
Filter Options - Filter options for the model library UI.
- NewModel
- A model to be inserted into the system (no ID yet).
- NewModel
File - A model file entry to be inserted into the system (no ID yet).
- Range
Values - A range of numeric values with min and max.
Constants§
- SYSTEM_
TAG_ PREFIX - Prefix marking a tag as runtime-load-bearing.
Functions§
- is_
system_ tag - Returns
truewhentagis a system tag that callers must not remove through the standard tag-mutation API.