Uses of Class
org.elasticsearch.client.ml.GetJobRequest
-
Packages that use GetJobRequest Package Description org.elasticsearch.client org.elasticsearch.client.ml -
-
Uses of GetJobRequest in org.elasticsearch.client
Methods in org.elasticsearch.client with parameters of type GetJobRequest Modifier and Type Method Description GetJobResponseMachineLearningClient. getJob(GetJobRequest request, RequestOptions options)Gets one or more Machine Learning job configuration info.CancellableMachineLearningClient. getJobAsync(GetJobRequest request, RequestOptions options, ActionListener<GetJobResponse> listener)Gets one or more Machine Learning job configuration info, asynchronously. -
Uses of GetJobRequest in org.elasticsearch.client.ml
Fields in org.elasticsearch.client.ml with type parameters of type GetJobRequest Modifier and Type Field Description static ConstructingObjectParser<GetJobRequest,Void>GetJobRequest. PARSERMethods in org.elasticsearch.client.ml that return GetJobRequest Modifier and Type Method Description static GetJobRequestGetJobRequest. getAllJobsRequest()Helper method to create a query that will get ALL jobs
-