Model Repository API
Training
!cp -r ../mms/models/* ./modelsServing
mlserver start .List available models
import requests
response = requests.post("http://localhost:8080/v2/repository/index", json={})
response.json()Unloading our mushroom-xgboost model
mushroom-xgboost modelLoading our mushroom-xgboost model back
mushroom-xgboost model backLast updated
Was this helpful?
