Uses of Class
org.elasticsearch.client.ml.PutJobRequest
-
Packages that use PutJobRequest Package Description org.elasticsearch.client -
-
Uses of PutJobRequest in org.elasticsearch.client
Methods in org.elasticsearch.client with parameters of type PutJobRequest Modifier and Type Method Description PutJobResponseMachineLearningClient. putJob(PutJobRequest request, RequestOptions options)Creates a new Machine Learning JobCancellableMachineLearningClient. putJobAsync(PutJobRequest request, RequestOptions options, ActionListener<PutJobResponse> listener)Creates a new Machine Learning Job asynchronously and notifies listener on completion
-