ByronHsu opened a new pull request #641:
URL: https://github.com/apache/submarine/pull/641
### What is this PR for?
For the model saved in model registry (you can view on mlflow UI), we offer
an API to serve it in the cluster. Under the hood, we create resources (i.e.
pod, service, deployment, ingressroute) for the `serve` resource.
Follow the example to try this new API.
### What type of PR is it?
[Feature]
### Todos
- [ ] getServe API: get the status (e.g. ready) for the Serve resource.
- [ ] deleteServeByID
- [ ] create ID for each serve → store in db
- [ ] test
- [ ] seperate serveManager from experimentManager
### What is the Jira issue?
https://issues.apache.org/jira/browse/SUBMARINE-899
### How should this be tested?
### Screenshots (if appropriate)
### Questions:
* Do the license files need updating? No
* Are there breaking changes for older versions? No
* Does this need new documentation? No
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]