Skip to content

Commit a13ad87

Browse files
[ML] Set inference API stability to stable (#116828) (#124221)
(cherry picked from commit 590b75d) Co-authored-by: David Kyle <[email protected]>
1 parent 0e82176 commit a13ad87

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

rest-api-spec/src/main/resources/rest-api-spec/api/inference.delete.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"url": "https://www.elastic.co/guide/en/elasticsearch/reference/master/delete-inference-api.html",
55
"description": "Delete an inference endpoint"
66
},
7-
"stability": "experimental",
7+
"stability": "stable",
88
"visibility": "public",
99
"headers": {
1010
"accept": [

rest-api-spec/src/main/resources/rest-api-spec/api/inference.get.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"url":"https://www.elastic.co/guide/en/elasticsearch/reference/master/get-inference-api.html",
55
"description":"Get an inference endpoint"
66
},
7-
"stability":"experimental",
7+
"stability":"stable",
88
"visibility":"public",
99
"headers":{
1010
"accept": [ "application/json"]

rest-api-spec/src/main/resources/rest-api-spec/api/inference.inference.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"url":"https://www.elastic.co/guide/en/elasticsearch/reference/master/post-inference-api.html",
55
"description":"Perform inference"
66
},
7-
"stability":"experimental",
7+
"stability":"stable",
88
"visibility":"public",
99
"headers":{
1010
"accept": [ "application/json"],

rest-api-spec/src/main/resources/rest-api-spec/api/inference.put.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"url":"https://www.elastic.co/guide/en/elasticsearch/reference/master/put-inference-api.html",
55
"description":"Configure an inference endpoint for use in the Inference API"
66
},
7-
"stability":"experimental",
7+
"stability":"stable",
88
"visibility":"public",
99
"headers":{
1010
"accept": [ "application/json"],

rest-api-spec/src/main/resources/rest-api-spec/api/inference.stream_inference.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"url":"https://www.elastic.co/guide/en/elasticsearch/reference/master/post-stream-inference-api.html",
55
"description":"Perform streaming inference"
66
},
7-
"stability":"experimental",
7+
"stability":"stable",
88
"visibility":"public",
99
"headers":{
1010
"accept": [ "text/event-stream"],

0 commit comments

Comments
 (0)