Fixed endpoint

Signed-off-by: keithhc2 <keithhc2@users.noreply.github.com>
This commit is contained in:
keithhc2 2022-03-14 13:42:56 -07:00
parent c39b1e0e5a
commit 10d0c8efbd
1 changed files with 1 additions and 1 deletions

View File

@ -168,7 +168,7 @@ POST _bulk
After indexing into the training index completes, we can call the Train API:
```json
POST /_plugins/_knn/models/_train/my-model
POST /_plugins/_knn/models/my-model/_train
{
"training_index": "train-index",
"training_field": "train-field",