mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-06-28 09:28:55 -04:00
(cherry picked from commit 590b75df21
)
Co-authored-by: David Kyle <david.kyle@elastic.co>
This commit is contained in:
parent
64a6f5aeaa
commit
4dfc977343
5 changed files with 5 additions and 5 deletions
|
@ -4,7 +4,7 @@
|
|||
"url": "https://www.elastic.co/guide/en/elasticsearch/reference/master/delete-inference-api.html",
|
||||
"description": "Delete an inference endpoint"
|
||||
},
|
||||
"stability": "experimental",
|
||||
"stability": "stable",
|
||||
"visibility": "public",
|
||||
"headers": {
|
||||
"accept": [
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
"url":"https://www.elastic.co/guide/en/elasticsearch/reference/master/get-inference-api.html",
|
||||
"description":"Get an inference endpoint"
|
||||
},
|
||||
"stability":"experimental",
|
||||
"stability":"stable",
|
||||
"visibility":"public",
|
||||
"headers":{
|
||||
"accept": [ "application/json"]
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
"url":"https://www.elastic.co/guide/en/elasticsearch/reference/master/post-inference-api.html",
|
||||
"description":"Perform inference"
|
||||
},
|
||||
"stability":"experimental",
|
||||
"stability":"stable",
|
||||
"visibility":"public",
|
||||
"headers":{
|
||||
"accept": [ "application/json"],
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
"url":"https://www.elastic.co/guide/en/elasticsearch/reference/master/put-inference-api.html",
|
||||
"description":"Configure an inference endpoint for use in the Inference API"
|
||||
},
|
||||
"stability":"experimental",
|
||||
"stability":"stable",
|
||||
"visibility":"public",
|
||||
"headers":{
|
||||
"accept": [ "application/json"],
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
"url":"https://www.elastic.co/guide/en/elasticsearch/reference/master/post-stream-inference-api.html",
|
||||
"description":"Perform streaming inference"
|
||||
},
|
||||
"stability":"experimental",
|
||||
"stability":"stable",
|
||||
"visibility":"public",
|
||||
"headers":{
|
||||
"accept": [ "text/event-stream"],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue