Uses of Class
org.elasticsearch.client.ml.DeleteJobRequest
-
Packages that use DeleteJobRequest Package Description org.elasticsearch.client -
-
Uses of DeleteJobRequest in org.elasticsearch.client
Methods in org.elasticsearch.client with parameters of type DeleteJobRequest Modifier and Type Method Description DeleteJobResponseMachineLearningClient. deleteJob(DeleteJobRequest request, RequestOptions options)Deletes the given Machine Learning JobCancellableMachineLearningClient. deleteJobAsync(DeleteJobRequest request, RequestOptions options, ActionListener<DeleteJobResponse> listener)Deletes the given Machine Learning Job asynchronously and notifies the listener on completion
-