Uses of Class
org.elasticsearch.client.ml.OpenJobRequest
-
Packages that use OpenJobRequest Package Description org.elasticsearch.client org.elasticsearch.client.ml -
-
Uses of OpenJobRequest in org.elasticsearch.client
Methods in org.elasticsearch.client with parameters of type OpenJobRequest Modifier and Type Method Description OpenJobResponseMachineLearningClient. openJob(OpenJobRequest request, RequestOptions options)Opens a Machine Learning Job.CancellableMachineLearningClient. openJobAsync(OpenJobRequest request, RequestOptions options, ActionListener<OpenJobResponse> listener)Opens a Machine Learning Job asynchronously, notifies listener on completion. -
Uses of OpenJobRequest in org.elasticsearch.client.ml
Fields in org.elasticsearch.client.ml with type parameters of type OpenJobRequest Modifier and Type Field Description static ConstructingObjectParser<OpenJobRequest,Void>OpenJobRequest. PARSERMethods in org.elasticsearch.client.ml that return OpenJobRequest Modifier and Type Method Description static OpenJobRequestOpenJobRequest. fromXContent(XContentParser parser)
-