Uses of Class
org.elasticsearch.client.ml.CloseJobResponse
-
Packages that use CloseJobResponse Package Description org.elasticsearch.client org.elasticsearch.client.ml -
-
Uses of CloseJobResponse in org.elasticsearch.client
Methods in org.elasticsearch.client that return CloseJobResponse Modifier and Type Method Description CloseJobResponseMachineLearningClient. closeJob(CloseJobRequest request, RequestOptions options)Closes one or more Machine Learning Jobs.Method parameters in org.elasticsearch.client with type arguments of type CloseJobResponse Modifier and Type Method Description 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 CloseJobResponse in org.elasticsearch.client.ml
Fields in org.elasticsearch.client.ml with type parameters of type CloseJobResponse Modifier and Type Field Description static ConstructingObjectParser<CloseJobResponse,Void>CloseJobResponse. PARSERMethods in org.elasticsearch.client.ml that return CloseJobResponse Modifier and Type Method Description static CloseJobResponseCloseJobResponse. fromXContent(XContentParser parser)
-