Uses of Class
org.elasticsearch.client.ml.PutJobResponse
-
Packages that use PutJobResponse Package Description org.elasticsearch.client org.elasticsearch.client.ml -
-
Uses of PutJobResponse in org.elasticsearch.client
Methods in org.elasticsearch.client that return PutJobResponse Modifier and Type Method Description PutJobResponseMachineLearningClient. putJob(PutJobRequest request, RequestOptions options)Creates a new Machine Learning JobPutJobResponseMachineLearningClient. updateJob(UpdateJobRequest request, RequestOptions options)Updates a Machine LearningJobMethod parameters in org.elasticsearch.client with type arguments of type PutJobResponse Modifier and Type Method Description CancellableMachineLearningClient. putJobAsync(PutJobRequest request, RequestOptions options, ActionListener<PutJobResponse> listener)Creates a new Machine Learning Job asynchronously and notifies listener on completionCancellableMachineLearningClient. updateJobAsync(UpdateJobRequest request, RequestOptions options, ActionListener<PutJobResponse> listener)Updates a Machine LearningJobasynchronously -
Uses of PutJobResponse in org.elasticsearch.client.ml
Methods in org.elasticsearch.client.ml that return PutJobResponse Modifier and Type Method Description static PutJobResponsePutJobResponse. fromXContent(XContentParser parser)
-