You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem?
I have a custom distribution of OpenSearch where I have ML Commons installed in its own dedicated cluter.
I would like to have ML Commons Java Rest Client in order to have my application code to communicate with ML Commons for predict.
What solution would you like?
As said above I would like a ML Commons rest client which can be consumed by my application and I would be happy to contribute.
I see 4 options:
In addition to transport ml-client[1], another new interface will be introduced for rest client and a default implementation will be contributed.
The default implementation would be a wrapper around opensearch-high-level-rest client (which is on its path to deprecation).
The default implementation would be a wrapper around Apache HTTP client.
Looking at possible options, I do prefer 4., maintaining one spec and generating clients in the language of choice. In my use case, I would need opensearch-java client.
Maintainers, let me know your thoughts/feedback?
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem?
I have a custom distribution of OpenSearch where I have ML Commons installed in its own dedicated cluter.
I would like to have ML Commons Java Rest Client in order to have my application code to communicate with ML Commons for predict.
What solution would you like?
As said above I would like a ML Commons rest client which can be consumed by my application and I would be happy to contribute.
I see 4 options:
Looking at possible options, I do prefer 4., maintaining one spec and generating clients in the language of choice. In my use case, I would need opensearch-java client.
Maintainers, let me know your thoughts/feedback?
The text was updated successfully, but these errors were encountered: