List all models in the model store.
A dictionary mapping paths of existing models to their model artifacts info. Model artifacts info include type of the model's topology, byte sizes of the topology, weights, etc.
Remove a model specified by path
.
ModelArtifactsInfo of the deleted model (if and only if deletion is successful).
An interface for the manager of a model store.
A model store is defined as a storage medium on which multiple models can be stored. Each stored model has a unique
path
as its identifier. AModelStoreManager
for the store allows actions including