main_metadata
Definition of the metadata (DB schema) for the artifact store.
DBBase
Bases: DeclarativeBase
Base class for DB table classes.
Source code in mlte/store/artifact/underlying/rdbs/main_metadata.py
37 38 39 40 41 42 43 | |
get_id_column()
classmethod
Method to simplify access to id column, useful for ForeignKeys.
Source code in mlte/store/artifact/underlying/rdbs/main_metadata.py
40 41 42 43 | |
init_artifact_types(session)
Initializes the table with the configured artifact types.
Source code in mlte/store/artifact/underlying/rdbs/main_metadata.py
150 151 152 153 154 155 156 157 | |