metadata
mlte/store/artifact/underlying/rdbs/metadata.py
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/metadata.py
41 42 43 44 |
|
init_artifact_types(session)
Initializes the table with the configured artifact types.
Source code in mlte/store/artifact/underlying/rdbs/metadata.py
138 139 140 141 142 143 144 145 |
|