Uses of Class
org.elasticsearch.client.ml.PutCalendarRequest
-
Packages that use PutCalendarRequest Package Description org.elasticsearch.client -
-
Uses of PutCalendarRequest in org.elasticsearch.client
Methods in org.elasticsearch.client with parameters of type PutCalendarRequest Modifier and Type Method Description PutCalendarResponseMachineLearningClient. putCalendar(PutCalendarRequest request, RequestOptions options)Create a new machine learning calendarCancellableMachineLearningClient. putCalendarAsync(PutCalendarRequest request, RequestOptions options, ActionListener<PutCalendarResponse> listener)Create a new machine learning calendar, notifies listener with the created calendar
-