Uses of Class
org.elasticsearch.client.ml.CloseJobRequest
-
Packages that use CloseJobRequest Package Description org.elasticsearch.client org.elasticsearch.client.ml -
-
Uses of CloseJobRequest in org.elasticsearch.client
Methods in org.elasticsearch.client with parameters of type CloseJobRequest Modifier and Type Method Description CloseJobResponseMachineLearningClient. closeJob(CloseJobRequest request, RequestOptions options)Closes one or more Machine Learning Jobs.CancellableMachineLearningClient. closeJobAsync(CloseJobRequest request, RequestOptions options, ActionListener<CloseJobResponse> listener)Closes one or more Machine Learning Jobs asynchronously, notifies listener on completion A closed job cannot receive data or perform analysis operations, but you can still explore and navigate results. -
Uses of CloseJobRequest in org.elasticsearch.client.ml
Fields in org.elasticsearch.client.ml with type parameters of type CloseJobRequest Modifier and Type Field Description static ConstructingObjectParser<CloseJobRequest,Void>CloseJobRequest. PARSERMethods in org.elasticsearch.client.ml that return CloseJobRequest Modifier and Type Method Description static CloseJobRequestCloseJobRequest. closeAllJobsRequest()Explicitly close all jobs
-