Module model

Module model 

Source
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.
ModelFile
Represents a single file (shard) belonging to a model.
ModelFilterOptions
Filter options for the model library UI.
NewModel
A model to be inserted into the system (no ID yet).
NewModelFile
A model file entry to be inserted into the system (no ID yet).
RangeValues
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 true when tag is a system tag that callers must not remove through the standard tag-mutation API.