factory_value
mlte/store/artifact/underlying/rdbs/factory_value.py
Conversions between schema and internal models.
create_value_db_from_model(value, artifact_header)
Creates the DB object from the corresponding internal model.
Source code in mlte/store/artifact/underlying/rdbs/factory_value.py
21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 |
|
create_value_model_from_db(value_obj)
Creates the internal model object from the corresponding DB object.
Source code in mlte/store/artifact/underlying/rdbs/factory_value.py
39 40 41 42 43 44 45 46 47 48 49 50 51 |
|