[ML] Set inference API stability to stable (#116828) (#124220)

(cherry picked from commit 590b75df21)

Co-authored-by: David Kyle <david.kyle@elastic.co>
This commit is contained in:
Jonathan Buttner 2025-03-06 10:00:22 -05:00 committed by GitHub
parent 64a6f5aeaa
commit 4dfc977343
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 5 additions and 5 deletions

View file

@ -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": [

View file

@ -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"]

View file

@ -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"],

View file

@ -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"],

View file

@ -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"],