Skip to content

Commit 3cdf602

Browse files
elasticmachinepicandocodigo
authored andcommitted
Auto-generated API code
1 parent 416cac9 commit 3cdf602

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ module Actions
3232
# @option arguments [String] :model_id The model Id
3333
# @option arguments [Hash] :headers Custom HTTP headers
3434
#
35-
# @see https://www.elastic.co/guide/en/elasticsearch/reference/8.11/inference_delete_model.html
35+
# @see https://www.elastic.co/guide/en/elasticsearch/reference/8.11/delete-inference-api.html
3636
#
3737
def delete_model(arguments = {})
3838
request_opts = { endpoint: arguments[:endpoint] || "inference.delete_model" }

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ module Actions
3232
# @option arguments [String] :model_id The model Id
3333
# @option arguments [Hash] :headers Custom HTTP headers
3434
#
35-
# @see https://www.elastic.co/guide/en/elasticsearch/reference/8.11/inference_get_model.html
35+
# @see https://www.elastic.co/guide/en/elasticsearch/reference/8.11/get-inference-api.html
3636
#
3737
def get_model(arguments = {})
3838
request_opts = { endpoint: arguments[:endpoint] || "inference.get_model" }

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ module Actions
3333
# @option arguments [Hash] :headers Custom HTTP headers
3434
# @option arguments [Hash] :body The inference payload
3535
#
36-
# @see https://www.elastic.co/guide/en/elasticsearch/reference/8.11/inference.html
36+
# @see https://www.elastic.co/guide/en/elasticsearch/reference/8.11/post-inference-api.html
3737
#
3838
def inference(arguments = {})
3939
request_opts = { endpoint: arguments[:endpoint] || "inference.inference" }

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ module Actions
3333
# @option arguments [Hash] :headers Custom HTTP headers
3434
# @option arguments [Hash] :body The model's task and service settings
3535
#
36-
# @see https://www.elastic.co/guide/en/elasticsearch/reference/8.11/inference_put_model.html
36+
# @see https://www.elastic.co/guide/en/elasticsearch/reference/8.11/put-inference-api.html
3737
#
3838
def put_model(arguments = {})
3939
request_opts = { endpoint: arguments[:endpoint] || "inference.put_model" }

0 commit comments

Comments
 (0)