Skip to content

Commit 155cd32

Browse files
elasticmachinepicandocodigo
authored andcommittedOct 13, 2023
Auto-generated API code
1 parent c8935f7 commit 155cd32

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/current/inference_delete_model.html
35+
# @see https://www.elastic.co/guide/en/elasticsearch/reference/current/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/current/inference_get_model.html
35+
# @see https://www.elastic.co/guide/en/elasticsearch/reference/current/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/current/inference.html
36+
# @see https://www.elastic.co/guide/en/elasticsearch/reference/current/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/current/inference_put_model.html
36+
# @see https://www.elastic.co/guide/en/elasticsearch/reference/current/put-inference-api.html
3737
#
3838
def put_model(arguments = {})
3939
request_opts = { endpoint: arguments[:endpoint] || "inference.put_model" }

0 commit comments

Comments
 (0)