Class DeleteForecastRequest

java.lang.Object
co.elastic.clients.elasticsearch._types.RequestBase
co.elastic.clients.elasticsearch.ml.DeleteForecastRequest
All Implemented Interfaces:
ElasticsearchCommonRequest

public final class DeleteForecastRequest
extends RequestBase
  • Field Details

  • Constructor Details

  • Method Details

    • jobId

      public java.lang.String jobId()
      The ID of the job from which to delete forecasts

      API name: job_id

    • forecastId

      @Nullable public java.lang.String forecastId()
      The ID of the forecast to delete, can be comma delimited list. Leaving blank implies _all

      API name: forecast_id

    • allowNoForecasts

      @Nullable public java.lang.Boolean allowNoForecasts()
      Whether to ignore if _all matches no forecasts

      API name: allow_no_forecasts

    • timeout

      @Nullable public java.lang.String timeout()
      Controls the time to wait until the forecast(s) are deleted. Default to 30 seconds

      API name: timeout