From 87025e2b855af55dd67f669d6171d0bc962090f5 Mon Sep 17 00:00:00 2001 From: David Kyle Date: Sat, 16 Nov 2024 12:26:08 +0000 Subject: [PATCH] Set inference API stability to stable --- specification/_json_spec/inference.delete.json | 2 +- specification/_json_spec/inference.get.json | 2 +- specification/_json_spec/inference.inference.json | 2 +- specification/_json_spec/inference.put.json | 2 +- specification/_json_spec/inference.stream_inference.json | 2 +- specification/inference/delete/DeleteRequest.ts | 4 ++-- specification/inference/get/GetRequest.ts | 4 ++-- specification/inference/inference/InferenceRequest.ts | 4 ++-- specification/inference/put/PutRequest.ts | 4 ++-- 9 files changed, 13 insertions(+), 13 deletions(-) diff --git a/specification/_json_spec/inference.delete.json b/specification/_json_spec/inference.delete.json index d9a0f0b0b6..bfd25b611d 100644 --- a/specification/_json_spec/inference.delete.json +++ b/specification/_json_spec/inference.delete.json @@ -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": ["application/json"] diff --git a/specification/_json_spec/inference.get.json b/specification/_json_spec/inference.get.json index 661f696f43..7f14d8babb 100644 --- a/specification/_json_spec/inference.get.json +++ b/specification/_json_spec/inference.get.json @@ -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"] diff --git a/specification/_json_spec/inference.inference.json b/specification/_json_spec/inference.inference.json index 6afa0a8ce6..bf1282dfaa 100644 --- a/specification/_json_spec/inference.inference.json +++ b/specification/_json_spec/inference.inference.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"], diff --git a/specification/_json_spec/inference.put.json b/specification/_json_spec/inference.put.json index 2c7d3fbf14..d48b65cba6 100644 --- a/specification/_json_spec/inference.put.json +++ b/specification/_json_spec/inference.put.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"], diff --git a/specification/_json_spec/inference.stream_inference.json b/specification/_json_spec/inference.stream_inference.json index c8d0501e2e..03fa95f2ce 100644 --- a/specification/_json_spec/inference.stream_inference.json +++ b/specification/_json_spec/inference.stream_inference.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"], diff --git a/specification/inference/delete/DeleteRequest.ts b/specification/inference/delete/DeleteRequest.ts index e6ee9719e6..1a0d6c88bb 100644 --- a/specification/inference/delete/DeleteRequest.ts +++ b/specification/inference/delete/DeleteRequest.ts @@ -24,8 +24,8 @@ import { Id } from '@_types/common' /** * Delete an inference endpoint * @rest_spec_name inference.delete - * @availability stack since=8.11.0 stability=experimental visibility=public - * @availability serverless stability=experimental visibility=public + * @availability stack since=8.11.0 stability=stable visibility=public + * @availability serverless stability=stable visibility=public */ export interface Request extends RequestBase { path_parts: { diff --git a/specification/inference/get/GetRequest.ts b/specification/inference/get/GetRequest.ts index b9d1d7b805..e3267babb3 100644 --- a/specification/inference/get/GetRequest.ts +++ b/specification/inference/get/GetRequest.ts @@ -24,8 +24,8 @@ import { Id } from '@_types/common' /** * Get an inference endpoint * @rest_spec_name inference.get - * @availability stack since=8.11.0 stability=experimental visibility=public - * @availability serverless stability=experimental visibility=public + * @availability stack since=8.11.0 stability=stable visibility=public + * @availability serverless stability=stable visibility=public */ export interface Request extends RequestBase { path_parts: { diff --git a/specification/inference/inference/InferenceRequest.ts b/specification/inference/inference/InferenceRequest.ts index 297f419be5..1baf2cea39 100644 --- a/specification/inference/inference/InferenceRequest.ts +++ b/specification/inference/inference/InferenceRequest.ts @@ -26,8 +26,8 @@ import { Duration } from '@_types/Time' /** * Perform inference on the service * @rest_spec_name inference.inference - * @availability stack since=8.11.0 stability=experimental visibility=public - * @availability serverless stability=experimental visibility=public + * @availability stack since=8.11.0 stability=stable visibility=public + * @availability serverless stability=stable visibility=public */ export interface Request extends RequestBase { path_parts: { diff --git a/specification/inference/put/PutRequest.ts b/specification/inference/put/PutRequest.ts index a3d23a93a1..be83f3ace8 100644 --- a/specification/inference/put/PutRequest.ts +++ b/specification/inference/put/PutRequest.ts @@ -25,8 +25,8 @@ import { Id } from '@_types/common' /** * Create an inference endpoint * @rest_spec_name inference.put - * @availability stack since=8.11.0 stability=experimental visibility=public - * @availability serverless stability=experimental visibility=public + * @availability stack since=8.11.0 stability=stable visibility=public + * @availability serverless stability=stable visibility=public */ export interface Request extends RequestBase { path_parts: {