model
mlte/context/model.py
Model implementation for MLTE context information.
Model
Bases: BaseModel
Model implementation for MLTE model identifier.
Source code in mlte/context/model.py
19 20 21 22 23 24 25 26 |
|
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
12 13 14 15 16 |
|
identifier
instance-attribute
The identifier for the model version.