Closed
Description
Description
Make it possible to update the model an API is using by uploading a new version to S3.
This could support uploading the new model in place of the old, and/or alongside it in a new version folder (like TF Serving).
Ideally, this should apply to single-model endpoints and multi-model endpoints for all Predictor types.
For multi-model, this would also support adding new models. This feature could be separated into a different ticket