-
Notifications
You must be signed in to change notification settings - Fork 143
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 a setting to enable/disable local upload while registering model #873
Conversation
Signed-off-by: Bhavana Goud Ramaram <[email protected]>
import static org.opensearch.commons.ConfigConstants.*; | ||
import static org.opensearch.ml.common.MLTask.*; |
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.
We should avoid import *.
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.
+1, but this only affects tests here so should be fine to get rid of it in the next PR.
Codecov Report
📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more @@ Coverage Diff @@
## 2.x #873 +/- ##
============================================
- Coverage 84.12% 84.07% -0.06%
+ Complexity 1753 1751 -2
============================================
Files 139 139
Lines 6729 6745 +16
Branches 670 672 +2
============================================
+ Hits 5661 5671 +10
- Misses 771 776 +5
- Partials 297 298 +1
Flags with carried forward coverage won't be shown. Click here to find out more.
|
…873) Signed-off-by: Bhavana Goud Ramaram <[email protected]> (cherry picked from commit 368c362)
…pensearch-project#873) Signed-off-by: Bhavana Goud Ramaram <[email protected]>
…873) (#1236) Signed-off-by: Bhavana Goud Ramaram <[email protected]> Co-authored-by: Bhavana Ramaram <[email protected]>
Description
Add a setting to enable/disable local upload while registering model
Issues Resolved
Check List
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.