Hi there,
Is there any document or instruction on how to use the machine learning api in java?
For example, how can I convert the following DSL into java
POST /_ml/trained_models/bert-base-chinese/_infer
{
"docs": {
"text_field": "xxxx"
}
}
Thanks