Uses of Class
org.elasticsearch.client.ml.ForecastJobResponse
-
Packages that use ForecastJobResponse Package Description org.elasticsearch.client org.elasticsearch.client.ml -
-
Uses of ForecastJobResponse in org.elasticsearch.client
Methods in org.elasticsearch.client that return ForecastJobResponse 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.Method parameters in org.elasticsearch.client with type arguments of type ForecastJobResponse Modifier and Type Method Description 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 ForecastJobResponse in org.elasticsearch.client.ml
Fields in org.elasticsearch.client.ml with type parameters of type ForecastJobResponse Modifier and Type Field Description static ConstructingObjectParser<ForecastJobResponse,Void>ForecastJobResponse. PARSERMethods in org.elasticsearch.client.ml that return ForecastJobResponse Modifier and Type Method Description static ForecastJobResponseForecastJobResponse. fromXContent(XContentParser parser)
-