lib/elasticsearch/api/actions/machine_learning/preview_datafeed.rb in elasticsearch-api-8.15.0 vs lib/elasticsearch/api/actions/machine_learning/preview_datafeed.rb in elasticsearch-api-8.16.0
- old
+ new
@@ -28,10 +28,10 @@
# @option arguments [String] :start The start time from where the datafeed preview should begin
# @option arguments [String] :end The end time when the datafeed preview should stop
# @option arguments [Hash] :headers Custom HTTP headers
# @option arguments [Hash] :body The datafeed config and job config with which to execute the preview
#
- # @see https://www.elastic.co/guide/en/elasticsearch/reference/8.15/ml-preview-datafeed.html
+ # @see https://www.elastic.co/guide/en/elasticsearch/reference/8.16/ml-preview-datafeed.html
#
def preview_datafeed(arguments = {})
request_opts = { endpoint: arguments[:endpoint] || 'ml.preview_datafeed' }
defined_params = [:datafeed_id].each_with_object({}) do |variable, set_variables|