Uses of Class
org.elasticsearch.client.ml.PutCalendarJobRequest
-
Packages that use PutCalendarJobRequest Package Description org.elasticsearch.client -
-
Uses of PutCalendarJobRequest in org.elasticsearch.client
Methods in org.elasticsearch.client with parameters of type PutCalendarJobRequest Modifier and Type Method Description PutCalendarResponseMachineLearningClient. putCalendarJob(PutCalendarJobRequest request, RequestOptions options)Adds Machine Learning Job(s) to a calendarCancellableMachineLearningClient. putCalendarJobAsync(PutCalendarJobRequest request, RequestOptions options, ActionListener<PutCalendarResponse> listener)Adds Machine Learning Job(s) to a calendar, notifies listener when completed
-