lib/elasticsearch/api/actions/machine_learning/forecast.rb in elasticsearch-api-8.11.2 vs lib/elasticsearch/api/actions/machine_learning/forecast.rb in elasticsearch-api-8.12.0
- old
+ new
@@ -29,10 +29,10 @@
# @option arguments [Time] :expires_in The time interval after which the forecast expires. Expired forecasts will be deleted at the first opportunity.
# @option arguments [String] :max_model_memory The max memory able to be used by the forecast. Default is 20mb.
# @option arguments [Hash] :headers Custom HTTP headers
# @option arguments [Hash] :body Query parameters can be specified in the body
#
- # @see https://www.elastic.co/guide/en/elasticsearch/reference/8.11/ml-forecast.html
+ # @see https://www.elastic.co/guide/en/elasticsearch/reference/8.12/ml-forecast.html
#
def forecast(arguments = {})
request_opts = { endpoint: arguments[:endpoint] || "ml.forecast" }
defined_params = [:job_id].inject({}) do |set_variables, variable|