Skip to content

Commit 0f83aa6

Browse files
committed
[API] Updates inference APIs, migrated from experimental to stable
1 parent 44ad89f commit 0f83aa6

File tree

5 files changed

+0
-20
lines changed

5 files changed

+0
-20
lines changed

elasticsearch-api/lib/elasticsearch/api/actions/inference/delete.rb

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,6 @@ module API
2323
module Inference
2424
module Actions
2525
# Delete an inference endpoint
26-
# This functionality is Experimental and may be changed or removed
27-
# completely in a future release. Elastic will take a best effort approach
28-
# to fix any issues, but experimental features are not subject to the
29-
# support SLA of official GA features.
3026
#
3127
# @option arguments [String] :inference_id The inference Id
3228
# @option arguments [String] :task_type The task type

elasticsearch-api/lib/elasticsearch/api/actions/inference/get.rb

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,6 @@ module API
2323
module Inference
2424
module Actions
2525
# Get an inference endpoint
26-
# This functionality is Experimental and may be changed or removed
27-
# completely in a future release. Elastic will take a best effort approach
28-
# to fix any issues, but experimental features are not subject to the
29-
# support SLA of official GA features.
3026
#
3127
# @option arguments [String] :inference_id The inference Id
3228
# @option arguments [String] :task_type The task type

elasticsearch-api/lib/elasticsearch/api/actions/inference/inference.rb

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,6 @@ module API
2323
module Inference
2424
module Actions
2525
# Perform inference
26-
# This functionality is Experimental and may be changed or removed
27-
# completely in a future release. Elastic will take a best effort approach
28-
# to fix any issues, but experimental features are not subject to the
29-
# support SLA of official GA features.
3026
#
3127
# @option arguments [String] :inference_id The inference Id
3228
# @option arguments [String] :task_type The task type

elasticsearch-api/lib/elasticsearch/api/actions/inference/put.rb

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,6 @@ module API
2323
module Inference
2424
module Actions
2525
# Configure an inference endpoint for use in the Inference API
26-
# This functionality is Experimental and may be changed or removed
27-
# completely in a future release. Elastic will take a best effort approach
28-
# to fix any issues, but experimental features are not subject to the
29-
# support SLA of official GA features.
3026
#
3127
# @option arguments [String] :inference_id The inference Id
3228
# @option arguments [String] :task_type The task type

elasticsearch-api/lib/elasticsearch/api/actions/inference/stream_inference.rb

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,6 @@ module API
2323
module Inference
2424
module Actions
2525
# Perform streaming inference
26-
# This functionality is Experimental and may be changed or removed
27-
# completely in a future release. Elastic will take a best effort approach
28-
# to fix any issues, but experimental features are not subject to the
29-
# support SLA of official GA features.
3026
#
3127
# @option arguments [String] :inference_id The inference Id
3228
# @option arguments [String] :task_type The task type

0 commit comments

Comments
 (0)