Uses of Class
org.elasticsearch.client.ml.GetCalendarEventsRequest
-
Packages that use GetCalendarEventsRequest Package Description org.elasticsearch.client org.elasticsearch.client.ml -
-
Uses of GetCalendarEventsRequest in org.elasticsearch.client
Methods in org.elasticsearch.client with parameters of type GetCalendarEventsRequest Modifier and Type Method Description GetCalendarEventsResponseMachineLearningClient. getCalendarEvents(GetCalendarEventsRequest request, RequestOptions options)Gets the events for a machine learning calendarCancellableMachineLearningClient. getCalendarEventsAsync(GetCalendarEventsRequest request, RequestOptions options, ActionListener<GetCalendarEventsResponse> listener)Gets the events for a a machine learning calendar asynchronously, notifies the listener on completion -
Uses of GetCalendarEventsRequest in org.elasticsearch.client.ml
Fields in org.elasticsearch.client.ml with type parameters of type GetCalendarEventsRequest Modifier and Type Field Description static ConstructingObjectParser<GetCalendarEventsRequest,Void>GetCalendarEventsRequest. PARSER
-