lib/elasticsearch/api/actions/inference/delete.rb in elasticsearch-api-8.15.0 vs lib/elasticsearch/api/actions/inference/delete.rb in elasticsearch-api-8.16.0
- old
+ new
@@ -32,10 +32,10 @@
# @option arguments [String] :task_type The task type
# @option arguments [Boolean] :dry_run If true the endpoint will not be deleted and a list of ingest processors which reference this endpoint will be returned.
# @option arguments [Boolean] :force If true the endpoint will be forcefully stopped (regardless of whether or not it is referenced by any ingest processors or semantic text fields).
# @option arguments [Hash] :headers Custom HTTP headers
#
- # @see https://www.elastic.co/guide/en/elasticsearch/reference/8.15/delete-inference-api.html
+ # @see https://www.elastic.co/guide/en/elasticsearch/reference/8.16/delete-inference-api.html
#
def delete(arguments = {})
request_opts = { endpoint: arguments[:endpoint] || 'inference.delete' }
defined_params = %i[inference_id task_type].each_with_object({}) do |variable, set_variables|