-
Notifications
You must be signed in to change notification settings - Fork 25.2k
[ML] updating the infer trained model deployment docs #80083
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[ML] updating the infer trained model deployment docs #80083
Conversation
Pinging @elastic/es-docs (Team:Docs) |
Pinging @elastic/ml-core (Team:ML) |
The input text for evaluation. | ||
`docs`:: | ||
(Required, array) | ||
An array of objects to pass to the model for inference. Currently, only a |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should we also explain that the doc has to contain a field called text_field
on which inference is performed?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is only the case if the input
is configured as text_field
. This is fully configurable by the user on upload. I will mention that it has to be the same as your input fields and that it typically is text_field
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for updating the docs, LGTM!
docs/reference/ml/df-analytics/apis/infer-trained-model-deployment.asciidoc
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
the infer endpoint has changed its format. Also, the results format for the various tasks have changed. This updates the docs to match what is currently in 8.0.0.
💚 Backport successful
|
the infer endpoint has changed its format.
Also, the results format for the various tasks have changed. This updates the docs to match what is currently in 8.0.0.