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