ml-commons provides a set of common machine learning algorithms, e.g. k-means, or linear regression, to help developers build ML related features within OpenSearch.
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.
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?