Uses of Class
org.elasticsearch.client.ml.GetJobResponse
-
Packages that use GetJobResponse Package Description org.elasticsearch.client org.elasticsearch.client.ml -
-
Uses of GetJobResponse in org.elasticsearch.client
Methods in org.elasticsearch.client that return GetJobResponse Modifier and Type Method Description GetJobResponseMachineLearningClient. getJob(GetJobRequest request, RequestOptions options)Gets one or more Machine Learning job configuration info.Method parameters in org.elasticsearch.client with type arguments of type GetJobResponse Modifier and Type Method Description CancellableMachineLearningClient. getJobAsync(GetJobRequest request, RequestOptions options, ActionListener<GetJobResponse> listener)Gets one or more Machine Learning job configuration info, asynchronously. -
Uses of GetJobResponse in org.elasticsearch.client.ml
Fields in org.elasticsearch.client.ml with type parameters of type GetJobResponse Modifier and Type Field Description static ConstructingObjectParser<GetJobResponse,Void>GetJobResponse. PARSERMethods in org.elasticsearch.client.ml that return GetJobResponse Modifier and Type Method Description static GetJobResponseGetJobResponse. fromXContent(XContentParser parser)
-