File tree Expand file tree Collapse file tree 5 files changed +0
-20
lines changed
elasticsearch-api/lib/elasticsearch/api/actions/inference Expand file tree Collapse file tree 5 files changed +0
-20
lines changed Original file line number Diff line number Diff line change @@ -23,10 +23,6 @@ module API
23
23
module Inference
24
24
module Actions
25
25
# 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.
30
26
#
31
27
# @option arguments [String] :inference_id The inference Id
32
28
# @option arguments [String] :task_type The task type
Original file line number Diff line number Diff line change @@ -23,10 +23,6 @@ module API
23
23
module Inference
24
24
module Actions
25
25
# 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.
30
26
#
31
27
# @option arguments [String] :inference_id The inference Id
32
28
# @option arguments [String] :task_type The task type
Original file line number Diff line number Diff line change @@ -23,10 +23,6 @@ module API
23
23
module Inference
24
24
module Actions
25
25
# 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.
30
26
#
31
27
# @option arguments [String] :inference_id The inference Id
32
28
# @option arguments [String] :task_type The task type
Original file line number Diff line number Diff line change @@ -23,10 +23,6 @@ module API
23
23
module Inference
24
24
module Actions
25
25
# 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.
30
26
#
31
27
# @option arguments [String] :inference_id The inference Id
32
28
# @option arguments [String] :task_type The task type
Original file line number Diff line number Diff line change @@ -23,10 +23,6 @@ module API
23
23
module Inference
24
24
module Actions
25
25
# 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.
30
26
#
31
27
# @option arguments [String] :inference_id The inference Id
32
28
# @option arguments [String] :task_type The task type
You can’t perform that action at this time.
0 commit comments