Machine learning java api

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

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.