File tree 4 files changed +4
-4
lines changed
elasticsearch-api/lib/elasticsearch/api/actions/inference
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ module Actions
32
32
# @option arguments [String] :model_id The model Id
33
33
# @option arguments [Hash] :headers Custom HTTP headers
34
34
#
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
36
36
#
37
37
def delete_model ( arguments = { } )
38
38
request_opts = { endpoint : arguments [ :endpoint ] || "inference.delete_model" }
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ module Actions
32
32
# @option arguments [String] :model_id The model Id
33
33
# @option arguments [Hash] :headers Custom HTTP headers
34
34
#
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
36
36
#
37
37
def get_model ( arguments = { } )
38
38
request_opts = { endpoint : arguments [ :endpoint ] || "inference.get_model" }
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ module Actions
33
33
# @option arguments [Hash] :headers Custom HTTP headers
34
34
# @option arguments [Hash] :body The inference payload
35
35
#
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
37
37
#
38
38
def inference ( arguments = { } )
39
39
request_opts = { endpoint : arguments [ :endpoint ] || "inference.inference" }
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ module Actions
33
33
# @option arguments [Hash] :headers Custom HTTP headers
34
34
# @option arguments [Hash] :body The model's task and service settings
35
35
#
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
37
37
#
38
38
def put_model ( arguments = { } )
39
39
request_opts = { endpoint : arguments [ :endpoint ] || "inference.put_model" }
You can’t perform that action at this time.
0 commit comments