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