Uses of Class
org.elasticsearch.client.ml.ForecastJobRequest
-
Packages that use ForecastJobRequest Package Description org.elasticsearch.client org.elasticsearch.client.ml -
-
Uses of ForecastJobRequest in org.elasticsearch.client
Methods in org.elasticsearch.client with parameters of type ForecastJobRequest Modifier and Type Method Description ForecastJobResponseMachineLearningClient. forecastJob(ForecastJobRequest request, RequestOptions options)Creates a forecast of an existing, opened Machine Learning Job This predicts the future behavior of a time series by using its historical behavior.CancellableMachineLearningClient. forecastJobAsync(ForecastJobRequest request, RequestOptions options, ActionListener<ForecastJobResponse> listener)Creates a forecast of an existing, opened Machine Learning Job asynchronously This predicts the future behavior of a time series by using its historical behavior. -
Uses of ForecastJobRequest in org.elasticsearch.client.ml
Fields in org.elasticsearch.client.ml with type parameters of type ForecastJobRequest Modifier and Type Field Description static ConstructingObjectParser<ForecastJobRequest,Void>ForecastJobRequest. PARSER
-