File tree Expand file tree Collapse file tree 9 files changed +13
-13
lines changed Expand file tree Collapse file tree 9 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 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" : [" application/json" ]
Original file line number Diff line number Diff line change 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" ]
Original file line number Diff line number Diff line change 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" ],
Original file line number Diff line number Diff line change 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" ],
Original file line number Diff line number Diff line change 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" ],
Original file line number Diff line number Diff line change @@ -24,8 +24,8 @@ import { Id } from '@_types/common'
2424/**
2525 * Delete an inference endpoint
2626 * @rest_spec_name inference.delete
27- * @availability stack since=8.11.0 stability=experimental visibility=public
28- * @availability serverless stability=experimental visibility=public
27+ * @availability stack since=8.11.0 stability=stable visibility=public
28+ * @availability serverless stability=stable visibility=public
2929 */
3030export interface Request extends RequestBase {
3131 path_parts : {
Original file line number Diff line number Diff line change @@ -24,8 +24,8 @@ import { Id } from '@_types/common'
2424/**
2525 * Get an inference endpoint
2626 * @rest_spec_name inference.get
27- * @availability stack since=8.11.0 stability=experimental visibility=public
28- * @availability serverless stability=experimental visibility=public
27+ * @availability stack since=8.11.0 stability=stable visibility=public
28+ * @availability serverless stability=stable visibility=public
2929 */
3030export interface Request extends RequestBase {
3131 path_parts : {
Original file line number Diff line number Diff line change @@ -26,8 +26,8 @@ import { Duration } from '@_types/Time'
2626/**
2727 * Perform inference on the service
2828 * @rest_spec_name inference.inference
29- * @availability stack since=8.11.0 stability=experimental visibility=public
30- * @availability serverless stability=experimental visibility=public
29+ * @availability stack since=8.11.0 stability=stable visibility=public
30+ * @availability serverless stability=stable visibility=public
3131 */
3232export interface Request extends RequestBase {
3333 path_parts : {
Original file line number Diff line number Diff line change @@ -25,8 +25,8 @@ import { Id } from '@_types/common'
2525/**
2626 * Create an inference endpoint
2727 * @rest_spec_name inference.put
28- * @availability stack since=8.11.0 stability=experimental visibility=public
29- * @availability serverless stability=experimental visibility=public
28+ * @availability stack since=8.11.0 stability=stable visibility=public
29+ * @availability serverless stability=stable visibility=public
3030 */
3131export interface Request extends RequestBase {
3232 path_parts : {
You can’t perform that action at this time.
0 commit comments