lib/elasticsearch/api/actions/machine_learning/flush_job.rb in elasticsearch-api-8.1.2 vs lib/elasticsearch/api/actions/machine_learning/flush_job.rb in elasticsearch-api-8.2.0
- old
+ new
@@ -28,10 +28,10 @@
# @option arguments [String] :advance_time Advances time to the given value generating results and updating the model for the advanced interval
# @option arguments [String] :skip_time Skips time to the given value without generating results or updating the model for the skipped interval
# @option arguments [Hash] :headers Custom HTTP headers
# @option arguments [Hash] :body Flush parameters
#
- # @see https://www.elastic.co/guide/en/elasticsearch/reference/8.1/ml-flush-job.html
+ # @see https://www.elastic.co/guide/en/elasticsearch/reference/8.2/ml-flush-job.html
#
def flush_job(arguments = {})
raise ArgumentError, "Required argument 'job_id' missing" unless arguments[:job_id]
arguments = arguments.clone