Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add model management APIs #101

Closed
3 tasks done
ylwu-amzn opened this issue Dec 3, 2021 · 1 comment
Closed
3 tasks done

Add model management APIs #101

ylwu-amzn opened this issue Dec 3, 2021 · 1 comment
Labels
enhancement New feature or request v1.3.0

Comments

@ylwu-amzn
Copy link
Collaborator

ylwu-amzn commented Dec 3, 2021

After model trained, it will be stored in ML model index. But we don't have APIs to let user manage these models. In current design, the model is immutable once trained, so we don't need to provide update API. Such APIs should be added:

  • Get model
  • Delete model
  • Search model
@ylwu-amzn ylwu-amzn added the enhancement New feature or request label Dec 3, 2021
@ylwu-amzn
Copy link
Collaborator Author

#117 add ML Model get API
#136 add ML Delete model API
#140 add ML Model Search API

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request v1.3.0
Projects
None yet
Development

No branches or pull requests

1 participant