model
Model implementation for MLTE context information.
Model
Bases: BaseModel
Model implementation for MLTE model identifier.
Source code in mlte/context/model.py
13 14 15 16 17 18 19 20 | |
identifier
instance-attribute
The identifier for the model.
versions = []
class-attribute
instance-attribute
A collection of the model versions.
Version
Bases: BaseModel
Model implementation for MLTE model version.
Source code in mlte/context/model.py
6 7 8 9 10 | |
identifier
instance-attribute
The identifier for the model version.