mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-04-25 15:47:23 -04:00
* [DOCS] Creates documentation structure. * [DOCS] Adds PUT inference API docs and part of GET inference API docs. * [DOCS] Fixes complaining CI. * [DOCS] Adds GET and DELETE API docs for inference API. * [DOCS] Adds POST inference API docs. * Apply suggestions from code review
16 lines
No EOL
374 B
Text
16 lines
No EOL
374 B
Text
[role="xpack"]
|
|
[[inference-apis]]
|
|
== {infer-cap} APIs
|
|
|
|
You can use the following APIs to manage {infer} models and perform {infer}:
|
|
|
|
* <<delete-inference-api>>
|
|
* <<get-inference-api>>
|
|
* <<post-inference-api>>
|
|
* <<put-inference-api>>
|
|
|
|
|
|
include::delete-inference.asciidoc[]
|
|
include::get-inference.asciidoc[]
|
|
include::post-inference.asciidoc[]
|
|
include::put-inference.asciidoc[] |