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

Initial implementation of MLClient and workflow interface #25

Merged
merged 3 commits into from
Sep 11, 2023

Conversation

owaiskazi19
Copy link
Member

Description

Adds initial implementation of MLClient and an interface for the building block of the workflow setup. Modified build.gradle to handle snapshot version of the plugin and added dependency of MLClient from ml-commons.

Also, created plugin-security.policy for granting permissions for MLClient.

Issues Resolved

Fixes #20

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.

@owaiskazi19 owaiskazi19 changed the title Initial implementation of MLClient and interface Initial implementation of MLClient and workflow interface Sep 7, 2023
@codecov
Copy link

codecov bot commented Sep 7, 2023

Codecov Report

Merging #25 (2e4aeb2) into main (a1bf2c0) will not change coverage.
The diff coverage is 0.00%.

@@          Coverage Diff          @@
##            main     #25   +/-   ##
=====================================
  Coverage   0.00%   0.00%           
=====================================
  Files          1       2    +1     
  Lines          1       4    +3     
=====================================
- Misses         1       4    +3     
Files Changed Coverage Δ
.../org/opensearch/flowframework/client/MLClient.java 0.00% <0.00%> (ø)

Signed-off-by: Owais Kazi <[email protected]>
@owaiskazi19 owaiskazi19 merged commit b1bc703 into opensearch-project:main Sep 11, 2023
9 of 10 checks passed
@dbwiddis dbwiddis mentioned this pull request Sep 11, 2023
4 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[FEATURE] Create an interface and MLClient for the workflow setup
3 participants