-
Notifications
You must be signed in to change notification settings - Fork 65
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 ML Model Group APIs #760
Add ML Model Group APIs #760
Conversation
…response schema and query schema for search models and model groups. Signed-off-by: Nathalie Jonathan <[email protected]>
Changes AnalysisCommit SHA: 23f1b72 API ChangesSummary
ReportThe full API changes report is available at: https://github.com/opensearch-project/opensearch-api-specification/actions/runs/12602692447/artifacts/2384066549 API Coverage
|
Signed-off-by: Nathalie Jonathan <[email protected]>
Spec Test Coverage Analysis
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great job!
Could you please check not only the specs from this PR but also the ML specs you added? We likely missed this, and it could cause issues in the future if someone tries to use these APIs from earlier versions.
Got it, I'll check about this. Since the PR for the train and predict API has been merged, should I create a new PR to update the version or should I make the changes in this PR? |
Signed-off-by: Nathalie Jonathan <[email protected]>
It depends on you; whichever is more comfortable for you :) |
I'll create a new PR to avoid confusion, thank you! |
LGTM, Thank you very much! :) |
I think @nathaliellenaa has more experience with the ML plugin by now than all of us :) Merging. |
Description
Added missing ML Model Group APIs.
Issues Resolved
Part of opensearch-project/opensearch-py#867.
ML Model Group APIs to add
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.