lib/elasticsearch/api/actions/machine_learning/close_job.rb in elasticsearch-api-8.1.2 vs lib/elasticsearch/api/actions/machine_learning/close_job.rb in elasticsearch-api-8.2.0
- old
+ new
@@ -26,10 +26,10 @@
# @option arguments [Boolean] :force True if the job should be forcefully closed
# @option arguments [Time] :timeout Controls the time to wait until a job has closed. Default to 30 minutes
# @option arguments [Hash] :headers Custom HTTP headers
# @option arguments [Hash] :body The URL params optionally sent in the body
#
- # @see https://www.elastic.co/guide/en/elasticsearch/reference/8.1/ml-close-job.html
+ # @see https://www.elastic.co/guide/en/elasticsearch/reference/8.2/ml-close-job.html
#
def close_job(arguments = {})
raise ArgumentError, "Required argument 'job_id' missing" unless arguments[:job_id]
arguments = arguments.clone