mintproject / model-catalog-python-api-client

MINT-ModelCatalogAPI-client
2 stars 1 forks source link

Enhance CRUD Operations #5

Closed brandomr closed 5 years ago

brandomr commented 5 years ago

Overview

Users need a way to UPDATED and DELETE the models, versions, configurations, datasets, and parameters which they create in the model catalog.

Since correct registration of these in MINT can be complex and difficult, it is necessarily an iterative process. Therefore, to reduce duplication and enable flexibility as our understanding of a model/configuration/etc. changes, it is important that a user is able to update or delete records in their namespace in the MINT Catalog.

dgarijo commented 5 years ago

We will implement updates through puts, initially.

mosoriob commented 5 years ago

I added the put and delete method