Uses of Class
org.elasticsearch.client.ml.UpdateJobRequest
-
Packages that use UpdateJobRequest Package Description org.elasticsearch.client -
-
Uses of UpdateJobRequest in org.elasticsearch.client
Methods in org.elasticsearch.client with parameters of type UpdateJobRequest Modifier and Type Method Description PutJobResponseMachineLearningClient. updateJob(UpdateJobRequest request, RequestOptions options)Updates a Machine LearningJobCancellableMachineLearningClient. updateJobAsync(UpdateJobRequest request, RequestOptions options, ActionListener<PutJobResponse> listener)Updates a Machine LearningJobasynchronously
-