Interface MachineLearningClient
-
public interface MachineLearningClient
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidcloseJobAsync(org.elasticsearch.client.ml.CloseJobRequest request, org.elasticsearch.client.RequestOptions options, io.vertx.core.Handler<io.vertx.core.AsyncResult<org.elasticsearch.client.ml.CloseJobResponse>> handler)voiddeleteCalendarAsync(org.elasticsearch.client.ml.DeleteCalendarRequest request, org.elasticsearch.client.RequestOptions options, io.vertx.core.Handler<io.vertx.core.AsyncResult<org.elasticsearch.action.support.master.AcknowledgedResponse>> handler)voiddeleteCalendarEventAsync(org.elasticsearch.client.ml.DeleteCalendarEventRequest request, org.elasticsearch.client.RequestOptions options, io.vertx.core.Handler<io.vertx.core.AsyncResult<org.elasticsearch.action.support.master.AcknowledgedResponse>> handler)voiddeleteCalendarJobAsync(org.elasticsearch.client.ml.DeleteCalendarJobRequest request, org.elasticsearch.client.RequestOptions options, io.vertx.core.Handler<io.vertx.core.AsyncResult<org.elasticsearch.client.ml.PutCalendarResponse>> handler)voiddeleteDatafeedAsync(org.elasticsearch.client.ml.DeleteDatafeedRequest request, org.elasticsearch.client.RequestOptions options, io.vertx.core.Handler<io.vertx.core.AsyncResult<org.elasticsearch.action.support.master.AcknowledgedResponse>> handler)voiddeleteDataFrameAnalyticsAsync(org.elasticsearch.client.ml.DeleteDataFrameAnalyticsRequest request, org.elasticsearch.client.RequestOptions options, io.vertx.core.Handler<io.vertx.core.AsyncResult<org.elasticsearch.action.support.master.AcknowledgedResponse>> handler)voiddeleteExpiredDataAsync(org.elasticsearch.client.ml.DeleteExpiredDataRequest request, org.elasticsearch.client.RequestOptions options, io.vertx.core.Handler<io.vertx.core.AsyncResult<org.elasticsearch.client.ml.DeleteExpiredDataResponse>> handler)voiddeleteFilterAsync(org.elasticsearch.client.ml.DeleteFilterRequest request, org.elasticsearch.client.RequestOptions options, io.vertx.core.Handler<io.vertx.core.AsyncResult<org.elasticsearch.action.support.master.AcknowledgedResponse>> handler)voiddeleteForecastAsync(org.elasticsearch.client.ml.DeleteForecastRequest request, org.elasticsearch.client.RequestOptions options, io.vertx.core.Handler<io.vertx.core.AsyncResult<org.elasticsearch.action.support.master.AcknowledgedResponse>> handler)voiddeleteJobAsync(org.elasticsearch.client.ml.DeleteJobRequest request, org.elasticsearch.client.RequestOptions options, io.vertx.core.Handler<io.vertx.core.AsyncResult<org.elasticsearch.client.ml.DeleteJobResponse>> handler)voiddeleteModelSnapshotAsync(org.elasticsearch.client.ml.DeleteModelSnapshotRequest request, org.elasticsearch.client.RequestOptions options, io.vertx.core.Handler<io.vertx.core.AsyncResult<org.elasticsearch.action.support.master.AcknowledgedResponse>> handler)voiddeleteTrainedModelAsync(org.elasticsearch.client.ml.DeleteTrainedModelRequest request, org.elasticsearch.client.RequestOptions options, io.vertx.core.Handler<io.vertx.core.AsyncResult<org.elasticsearch.action.support.master.AcknowledgedResponse>> handler)voidestimateModelMemoryAsync(org.elasticsearch.client.ml.EstimateModelMemoryRequest request, org.elasticsearch.client.RequestOptions options, io.vertx.core.Handler<io.vertx.core.AsyncResult<org.elasticsearch.client.ml.EstimateModelMemoryResponse>> handler)voidevaluateDataFrameAsync(org.elasticsearch.client.ml.EvaluateDataFrameRequest request, org.elasticsearch.client.RequestOptions options, io.vertx.core.Handler<io.vertx.core.AsyncResult<org.elasticsearch.client.ml.EvaluateDataFrameResponse>> handler)voidexplainDataFrameAnalyticsAsync(org.elasticsearch.client.ml.ExplainDataFrameAnalyticsRequest request, org.elasticsearch.client.RequestOptions options, io.vertx.core.Handler<io.vertx.core.AsyncResult<org.elasticsearch.client.ml.ExplainDataFrameAnalyticsResponse>> handler)voidfindFileStructureAsync(org.elasticsearch.client.ml.FindFileStructureRequest request, org.elasticsearch.client.RequestOptions options, io.vertx.core.Handler<io.vertx.core.AsyncResult<org.elasticsearch.client.ml.FindFileStructureResponse>> handler)voidflushJobAsync(org.elasticsearch.client.ml.FlushJobRequest request, org.elasticsearch.client.RequestOptions options, io.vertx.core.Handler<io.vertx.core.AsyncResult<org.elasticsearch.client.ml.FlushJobResponse>> handler)voidforecastJobAsync(org.elasticsearch.client.ml.ForecastJobRequest request, org.elasticsearch.client.RequestOptions options, io.vertx.core.Handler<io.vertx.core.AsyncResult<org.elasticsearch.client.ml.ForecastJobResponse>> handler)voidgetBucketsAsync(org.elasticsearch.client.ml.GetBucketsRequest request, org.elasticsearch.client.RequestOptions options, io.vertx.core.Handler<io.vertx.core.AsyncResult<org.elasticsearch.client.ml.GetBucketsResponse>> handler)voidgetCalendarEventsAsync(org.elasticsearch.client.ml.GetCalendarEventsRequest request, org.elasticsearch.client.RequestOptions options, io.vertx.core.Handler<io.vertx.core.AsyncResult<org.elasticsearch.client.ml.GetCalendarEventsResponse>> handler)voidgetCalendarsAsync(org.elasticsearch.client.ml.GetCalendarsRequest request, org.elasticsearch.client.RequestOptions options, io.vertx.core.Handler<io.vertx.core.AsyncResult<org.elasticsearch.client.ml.GetCalendarsResponse>> handler)voidgetCategoriesAsync(org.elasticsearch.client.ml.GetCategoriesRequest request, org.elasticsearch.client.RequestOptions options, io.vertx.core.Handler<io.vertx.core.AsyncResult<org.elasticsearch.client.ml.GetCategoriesResponse>> handler)voidgetDatafeedAsync(org.elasticsearch.client.ml.GetDatafeedRequest request, org.elasticsearch.client.RequestOptions options, io.vertx.core.Handler<io.vertx.core.AsyncResult<org.elasticsearch.client.ml.GetDatafeedResponse>> handler)voidgetDatafeedStatsAsync(org.elasticsearch.client.ml.GetDatafeedStatsRequest request, org.elasticsearch.client.RequestOptions options, io.vertx.core.Handler<io.vertx.core.AsyncResult<org.elasticsearch.client.ml.GetDatafeedStatsResponse>> handler)voidgetDataFrameAnalyticsAsync(org.elasticsearch.client.ml.GetDataFrameAnalyticsRequest request, org.elasticsearch.client.RequestOptions options, io.vertx.core.Handler<io.vertx.core.AsyncResult<org.elasticsearch.client.ml.GetDataFrameAnalyticsResponse>> handler)voidgetDataFrameAnalyticsStatsAsync(org.elasticsearch.client.ml.GetDataFrameAnalyticsStatsRequest request, org.elasticsearch.client.RequestOptions options, io.vertx.core.Handler<io.vertx.core.AsyncResult<org.elasticsearch.client.ml.GetDataFrameAnalyticsStatsResponse>> handler)voidgetFilterAsync(org.elasticsearch.client.ml.GetFiltersRequest request, org.elasticsearch.client.RequestOptions options, io.vertx.core.Handler<io.vertx.core.AsyncResult<org.elasticsearch.client.ml.GetFiltersResponse>> handler)voidgetInfluencersAsync(org.elasticsearch.client.ml.GetInfluencersRequest request, org.elasticsearch.client.RequestOptions options, io.vertx.core.Handler<io.vertx.core.AsyncResult<org.elasticsearch.client.ml.GetInfluencersResponse>> handler)voidgetJobAsync(org.elasticsearch.client.ml.GetJobRequest request, org.elasticsearch.client.RequestOptions options, io.vertx.core.Handler<io.vertx.core.AsyncResult<org.elasticsearch.client.ml.GetJobResponse>> handler)voidgetJobStatsAsync(org.elasticsearch.client.ml.GetJobStatsRequest request, org.elasticsearch.client.RequestOptions options, io.vertx.core.Handler<io.vertx.core.AsyncResult<org.elasticsearch.client.ml.GetJobStatsResponse>> handler)voidgetMlInfoAsync(org.elasticsearch.client.ml.MlInfoRequest request, org.elasticsearch.client.RequestOptions options, io.vertx.core.Handler<io.vertx.core.AsyncResult<org.elasticsearch.client.ml.MlInfoResponse>> handler)voidgetModelSnapshotsAsync(org.elasticsearch.client.ml.GetModelSnapshotsRequest request, org.elasticsearch.client.RequestOptions options, io.vertx.core.Handler<io.vertx.core.AsyncResult<org.elasticsearch.client.ml.GetModelSnapshotsResponse>> handler)voidgetOverallBucketsAsync(org.elasticsearch.client.ml.GetOverallBucketsRequest request, org.elasticsearch.client.RequestOptions options, io.vertx.core.Handler<io.vertx.core.AsyncResult<org.elasticsearch.client.ml.GetOverallBucketsResponse>> handler)voidgetRecordsAsync(org.elasticsearch.client.ml.GetRecordsRequest request, org.elasticsearch.client.RequestOptions options, io.vertx.core.Handler<io.vertx.core.AsyncResult<org.elasticsearch.client.ml.GetRecordsResponse>> handler)voidgetTrainedModelsAsync(org.elasticsearch.client.ml.GetTrainedModelsRequest request, org.elasticsearch.client.RequestOptions options, io.vertx.core.Handler<io.vertx.core.AsyncResult<org.elasticsearch.client.ml.GetTrainedModelsResponse>> handler)voidgetTrainedModelsStatsAsync(org.elasticsearch.client.ml.GetTrainedModelsStatsRequest request, org.elasticsearch.client.RequestOptions options, io.vertx.core.Handler<io.vertx.core.AsyncResult<org.elasticsearch.client.ml.GetTrainedModelsStatsResponse>> handler)voidopenJobAsync(org.elasticsearch.client.ml.OpenJobRequest request, org.elasticsearch.client.RequestOptions options, io.vertx.core.Handler<io.vertx.core.AsyncResult<org.elasticsearch.client.ml.OpenJobResponse>> handler)voidpostCalendarEventAsync(org.elasticsearch.client.ml.PostCalendarEventRequest request, org.elasticsearch.client.RequestOptions options, io.vertx.core.Handler<io.vertx.core.AsyncResult<org.elasticsearch.client.ml.PostCalendarEventResponse>> handler)voidpostDataAsync(org.elasticsearch.client.ml.PostDataRequest request, org.elasticsearch.client.RequestOptions options, io.vertx.core.Handler<io.vertx.core.AsyncResult<org.elasticsearch.client.ml.PostDataResponse>> handler)voidpreviewDatafeedAsync(org.elasticsearch.client.ml.PreviewDatafeedRequest request, org.elasticsearch.client.RequestOptions options, io.vertx.core.Handler<io.vertx.core.AsyncResult<org.elasticsearch.client.ml.PreviewDatafeedResponse>> handler)voidputCalendarAsync(org.elasticsearch.client.ml.PutCalendarRequest request, org.elasticsearch.client.RequestOptions options, io.vertx.core.Handler<io.vertx.core.AsyncResult<org.elasticsearch.client.ml.PutCalendarResponse>> handler)voidputCalendarJobAsync(org.elasticsearch.client.ml.PutCalendarJobRequest request, org.elasticsearch.client.RequestOptions options, io.vertx.core.Handler<io.vertx.core.AsyncResult<org.elasticsearch.client.ml.PutCalendarResponse>> handler)voidputDatafeedAsync(org.elasticsearch.client.ml.PutDatafeedRequest request, org.elasticsearch.client.RequestOptions options, io.vertx.core.Handler<io.vertx.core.AsyncResult<org.elasticsearch.client.ml.PutDatafeedResponse>> handler)voidputDataFrameAnalyticsAsync(org.elasticsearch.client.ml.PutDataFrameAnalyticsRequest request, org.elasticsearch.client.RequestOptions options, io.vertx.core.Handler<io.vertx.core.AsyncResult<org.elasticsearch.client.ml.PutDataFrameAnalyticsResponse>> handler)voidputFilterAsync(org.elasticsearch.client.ml.PutFilterRequest request, org.elasticsearch.client.RequestOptions options, io.vertx.core.Handler<io.vertx.core.AsyncResult<org.elasticsearch.client.ml.PutFilterResponse>> handler)voidputJobAsync(org.elasticsearch.client.ml.PutJobRequest request, org.elasticsearch.client.RequestOptions options, io.vertx.core.Handler<io.vertx.core.AsyncResult<org.elasticsearch.client.ml.PutJobResponse>> handler)voidputTrainedModelAsync(org.elasticsearch.client.ml.PutTrainedModelRequest request, org.elasticsearch.client.RequestOptions options, io.vertx.core.Handler<io.vertx.core.AsyncResult<org.elasticsearch.client.ml.PutTrainedModelResponse>> handler)voidrevertModelSnapshotAsync(org.elasticsearch.client.ml.RevertModelSnapshotRequest request, org.elasticsearch.client.RequestOptions options, io.vertx.core.Handler<io.vertx.core.AsyncResult<org.elasticsearch.client.ml.RevertModelSnapshotResponse>> handler)voidsetUpgradeModeAsync(org.elasticsearch.client.ml.SetUpgradeModeRequest request, org.elasticsearch.client.RequestOptions options, io.vertx.core.Handler<io.vertx.core.AsyncResult<org.elasticsearch.action.support.master.AcknowledgedResponse>> handler)voidstartDatafeedAsync(org.elasticsearch.client.ml.StartDatafeedRequest request, org.elasticsearch.client.RequestOptions options, io.vertx.core.Handler<io.vertx.core.AsyncResult<org.elasticsearch.client.ml.StartDatafeedResponse>> handler)voidstartDataFrameAnalyticsAsync(org.elasticsearch.client.ml.StartDataFrameAnalyticsRequest request, org.elasticsearch.client.RequestOptions options, io.vertx.core.Handler<io.vertx.core.AsyncResult<org.elasticsearch.client.ml.StartDataFrameAnalyticsResponse>> handler)voidstopDatafeedAsync(org.elasticsearch.client.ml.StopDatafeedRequest request, org.elasticsearch.client.RequestOptions options, io.vertx.core.Handler<io.vertx.core.AsyncResult<org.elasticsearch.client.ml.StopDatafeedResponse>> handler)voidstopDataFrameAnalyticsAsync(org.elasticsearch.client.ml.StopDataFrameAnalyticsRequest request, org.elasticsearch.client.RequestOptions options, io.vertx.core.Handler<io.vertx.core.AsyncResult<org.elasticsearch.client.ml.StopDataFrameAnalyticsResponse>> handler)voidupdateDatafeedAsync(org.elasticsearch.client.ml.UpdateDatafeedRequest request, org.elasticsearch.client.RequestOptions options, io.vertx.core.Handler<io.vertx.core.AsyncResult<org.elasticsearch.client.ml.PutDatafeedResponse>> handler)voidupdateFilterAsync(org.elasticsearch.client.ml.UpdateFilterRequest request, org.elasticsearch.client.RequestOptions options, io.vertx.core.Handler<io.vertx.core.AsyncResult<org.elasticsearch.client.ml.PutFilterResponse>> handler)voidupdateJobAsync(org.elasticsearch.client.ml.UpdateJobRequest request, org.elasticsearch.client.RequestOptions options, io.vertx.core.Handler<io.vertx.core.AsyncResult<org.elasticsearch.client.ml.PutJobResponse>> handler)voidupdateModelSnapshotAsync(org.elasticsearch.client.ml.UpdateModelSnapshotRequest request, org.elasticsearch.client.RequestOptions options, io.vertx.core.Handler<io.vertx.core.AsyncResult<org.elasticsearch.client.ml.UpdateModelSnapshotResponse>> handler)
-
-
-
Method Detail
-
putJobAsync
void putJobAsync(org.elasticsearch.client.ml.PutJobRequest request, org.elasticsearch.client.RequestOptions options, io.vertx.core.Handler<io.vertx.core.AsyncResult<org.elasticsearch.client.ml.PutJobResponse>> handler)
-
getJobAsync
void getJobAsync(org.elasticsearch.client.ml.GetJobRequest request, org.elasticsearch.client.RequestOptions options, io.vertx.core.Handler<io.vertx.core.AsyncResult<org.elasticsearch.client.ml.GetJobResponse>> handler)
-
getJobStatsAsync
void getJobStatsAsync(org.elasticsearch.client.ml.GetJobStatsRequest request, org.elasticsearch.client.RequestOptions options, io.vertx.core.Handler<io.vertx.core.AsyncResult<org.elasticsearch.client.ml.GetJobStatsResponse>> handler)
-
deleteExpiredDataAsync
void deleteExpiredDataAsync(org.elasticsearch.client.ml.DeleteExpiredDataRequest request, org.elasticsearch.client.RequestOptions options, io.vertx.core.Handler<io.vertx.core.AsyncResult<org.elasticsearch.client.ml.DeleteExpiredDataResponse>> handler)
-
deleteJobAsync
void deleteJobAsync(org.elasticsearch.client.ml.DeleteJobRequest request, org.elasticsearch.client.RequestOptions options, io.vertx.core.Handler<io.vertx.core.AsyncResult<org.elasticsearch.client.ml.DeleteJobResponse>> handler)
-
openJobAsync
void openJobAsync(org.elasticsearch.client.ml.OpenJobRequest request, org.elasticsearch.client.RequestOptions options, io.vertx.core.Handler<io.vertx.core.AsyncResult<org.elasticsearch.client.ml.OpenJobResponse>> handler)
-
closeJobAsync
void closeJobAsync(org.elasticsearch.client.ml.CloseJobRequest request, org.elasticsearch.client.RequestOptions options, io.vertx.core.Handler<io.vertx.core.AsyncResult<org.elasticsearch.client.ml.CloseJobResponse>> handler)
-
flushJobAsync
void flushJobAsync(org.elasticsearch.client.ml.FlushJobRequest request, org.elasticsearch.client.RequestOptions options, io.vertx.core.Handler<io.vertx.core.AsyncResult<org.elasticsearch.client.ml.FlushJobResponse>> handler)
-
forecastJobAsync
void forecastJobAsync(org.elasticsearch.client.ml.ForecastJobRequest request, org.elasticsearch.client.RequestOptions options, io.vertx.core.Handler<io.vertx.core.AsyncResult<org.elasticsearch.client.ml.ForecastJobResponse>> handler)
-
deleteForecastAsync
void deleteForecastAsync(org.elasticsearch.client.ml.DeleteForecastRequest request, org.elasticsearch.client.RequestOptions options, io.vertx.core.Handler<io.vertx.core.AsyncResult<org.elasticsearch.action.support.master.AcknowledgedResponse>> handler)
-
deleteModelSnapshotAsync
void deleteModelSnapshotAsync(org.elasticsearch.client.ml.DeleteModelSnapshotRequest request, org.elasticsearch.client.RequestOptions options, io.vertx.core.Handler<io.vertx.core.AsyncResult<org.elasticsearch.action.support.master.AcknowledgedResponse>> handler)
-
revertModelSnapshotAsync
void revertModelSnapshotAsync(org.elasticsearch.client.ml.RevertModelSnapshotRequest request, org.elasticsearch.client.RequestOptions options, io.vertx.core.Handler<io.vertx.core.AsyncResult<org.elasticsearch.client.ml.RevertModelSnapshotResponse>> handler)
-
putDatafeedAsync
void putDatafeedAsync(org.elasticsearch.client.ml.PutDatafeedRequest request, org.elasticsearch.client.RequestOptions options, io.vertx.core.Handler<io.vertx.core.AsyncResult<org.elasticsearch.client.ml.PutDatafeedResponse>> handler)
-
updateDatafeedAsync
void updateDatafeedAsync(org.elasticsearch.client.ml.UpdateDatafeedRequest request, org.elasticsearch.client.RequestOptions options, io.vertx.core.Handler<io.vertx.core.AsyncResult<org.elasticsearch.client.ml.PutDatafeedResponse>> handler)
-
getDatafeedAsync
void getDatafeedAsync(org.elasticsearch.client.ml.GetDatafeedRequest request, org.elasticsearch.client.RequestOptions options, io.vertx.core.Handler<io.vertx.core.AsyncResult<org.elasticsearch.client.ml.GetDatafeedResponse>> handler)
-
deleteDatafeedAsync
void deleteDatafeedAsync(org.elasticsearch.client.ml.DeleteDatafeedRequest request, org.elasticsearch.client.RequestOptions options, io.vertx.core.Handler<io.vertx.core.AsyncResult<org.elasticsearch.action.support.master.AcknowledgedResponse>> handler)
-
startDatafeedAsync
void startDatafeedAsync(org.elasticsearch.client.ml.StartDatafeedRequest request, org.elasticsearch.client.RequestOptions options, io.vertx.core.Handler<io.vertx.core.AsyncResult<org.elasticsearch.client.ml.StartDatafeedResponse>> handler)
-
stopDatafeedAsync
void stopDatafeedAsync(org.elasticsearch.client.ml.StopDatafeedRequest request, org.elasticsearch.client.RequestOptions options, io.vertx.core.Handler<io.vertx.core.AsyncResult<org.elasticsearch.client.ml.StopDatafeedResponse>> handler)
-
getDatafeedStatsAsync
void getDatafeedStatsAsync(org.elasticsearch.client.ml.GetDatafeedStatsRequest request, org.elasticsearch.client.RequestOptions options, io.vertx.core.Handler<io.vertx.core.AsyncResult<org.elasticsearch.client.ml.GetDatafeedStatsResponse>> handler)
-
previewDatafeedAsync
void previewDatafeedAsync(org.elasticsearch.client.ml.PreviewDatafeedRequest request, org.elasticsearch.client.RequestOptions options, io.vertx.core.Handler<io.vertx.core.AsyncResult<org.elasticsearch.client.ml.PreviewDatafeedResponse>> handler)
-
updateJobAsync
void updateJobAsync(org.elasticsearch.client.ml.UpdateJobRequest request, org.elasticsearch.client.RequestOptions options, io.vertx.core.Handler<io.vertx.core.AsyncResult<org.elasticsearch.client.ml.PutJobResponse>> handler)
-
getBucketsAsync
void getBucketsAsync(org.elasticsearch.client.ml.GetBucketsRequest request, org.elasticsearch.client.RequestOptions options, io.vertx.core.Handler<io.vertx.core.AsyncResult<org.elasticsearch.client.ml.GetBucketsResponse>> handler)
-
getCategoriesAsync
void getCategoriesAsync(org.elasticsearch.client.ml.GetCategoriesRequest request, org.elasticsearch.client.RequestOptions options, io.vertx.core.Handler<io.vertx.core.AsyncResult<org.elasticsearch.client.ml.GetCategoriesResponse>> handler)
-
getModelSnapshotsAsync
void getModelSnapshotsAsync(org.elasticsearch.client.ml.GetModelSnapshotsRequest request, org.elasticsearch.client.RequestOptions options, io.vertx.core.Handler<io.vertx.core.AsyncResult<org.elasticsearch.client.ml.GetModelSnapshotsResponse>> handler)
-
updateModelSnapshotAsync
void updateModelSnapshotAsync(org.elasticsearch.client.ml.UpdateModelSnapshotRequest request, org.elasticsearch.client.RequestOptions options, io.vertx.core.Handler<io.vertx.core.AsyncResult<org.elasticsearch.client.ml.UpdateModelSnapshotResponse>> handler)
-
getOverallBucketsAsync
void getOverallBucketsAsync(org.elasticsearch.client.ml.GetOverallBucketsRequest request, org.elasticsearch.client.RequestOptions options, io.vertx.core.Handler<io.vertx.core.AsyncResult<org.elasticsearch.client.ml.GetOverallBucketsResponse>> handler)
-
getRecordsAsync
void getRecordsAsync(org.elasticsearch.client.ml.GetRecordsRequest request, org.elasticsearch.client.RequestOptions options, io.vertx.core.Handler<io.vertx.core.AsyncResult<org.elasticsearch.client.ml.GetRecordsResponse>> handler)
-
postDataAsync
void postDataAsync(org.elasticsearch.client.ml.PostDataRequest request, org.elasticsearch.client.RequestOptions options, io.vertx.core.Handler<io.vertx.core.AsyncResult<org.elasticsearch.client.ml.PostDataResponse>> handler)
-
getCalendarsAsync
void getCalendarsAsync(org.elasticsearch.client.ml.GetCalendarsRequest request, org.elasticsearch.client.RequestOptions options, io.vertx.core.Handler<io.vertx.core.AsyncResult<org.elasticsearch.client.ml.GetCalendarsResponse>> handler)
-
getInfluencersAsync
void getInfluencersAsync(org.elasticsearch.client.ml.GetInfluencersRequest request, org.elasticsearch.client.RequestOptions options, io.vertx.core.Handler<io.vertx.core.AsyncResult<org.elasticsearch.client.ml.GetInfluencersResponse>> handler)
-
putCalendarAsync
void putCalendarAsync(org.elasticsearch.client.ml.PutCalendarRequest request, org.elasticsearch.client.RequestOptions options, io.vertx.core.Handler<io.vertx.core.AsyncResult<org.elasticsearch.client.ml.PutCalendarResponse>> handler)
-
putCalendarJobAsync
void putCalendarJobAsync(org.elasticsearch.client.ml.PutCalendarJobRequest request, org.elasticsearch.client.RequestOptions options, io.vertx.core.Handler<io.vertx.core.AsyncResult<org.elasticsearch.client.ml.PutCalendarResponse>> handler)
-
deleteCalendarJobAsync
void deleteCalendarJobAsync(org.elasticsearch.client.ml.DeleteCalendarJobRequest request, org.elasticsearch.client.RequestOptions options, io.vertx.core.Handler<io.vertx.core.AsyncResult<org.elasticsearch.client.ml.PutCalendarResponse>> handler)
-
deleteCalendarAsync
void deleteCalendarAsync(org.elasticsearch.client.ml.DeleteCalendarRequest request, org.elasticsearch.client.RequestOptions options, io.vertx.core.Handler<io.vertx.core.AsyncResult<org.elasticsearch.action.support.master.AcknowledgedResponse>> handler)
-
getCalendarEventsAsync
void getCalendarEventsAsync(org.elasticsearch.client.ml.GetCalendarEventsRequest request, org.elasticsearch.client.RequestOptions options, io.vertx.core.Handler<io.vertx.core.AsyncResult<org.elasticsearch.client.ml.GetCalendarEventsResponse>> handler)
-
postCalendarEventAsync
void postCalendarEventAsync(org.elasticsearch.client.ml.PostCalendarEventRequest request, org.elasticsearch.client.RequestOptions options, io.vertx.core.Handler<io.vertx.core.AsyncResult<org.elasticsearch.client.ml.PostCalendarEventResponse>> handler)
-
deleteCalendarEventAsync
void deleteCalendarEventAsync(org.elasticsearch.client.ml.DeleteCalendarEventRequest request, org.elasticsearch.client.RequestOptions options, io.vertx.core.Handler<io.vertx.core.AsyncResult<org.elasticsearch.action.support.master.AcknowledgedResponse>> handler)
-
putFilterAsync
void putFilterAsync(org.elasticsearch.client.ml.PutFilterRequest request, org.elasticsearch.client.RequestOptions options, io.vertx.core.Handler<io.vertx.core.AsyncResult<org.elasticsearch.client.ml.PutFilterResponse>> handler)
-
getFilterAsync
void getFilterAsync(org.elasticsearch.client.ml.GetFiltersRequest request, org.elasticsearch.client.RequestOptions options, io.vertx.core.Handler<io.vertx.core.AsyncResult<org.elasticsearch.client.ml.GetFiltersResponse>> handler)
-
updateFilterAsync
void updateFilterAsync(org.elasticsearch.client.ml.UpdateFilterRequest request, org.elasticsearch.client.RequestOptions options, io.vertx.core.Handler<io.vertx.core.AsyncResult<org.elasticsearch.client.ml.PutFilterResponse>> handler)
-
deleteFilterAsync
void deleteFilterAsync(org.elasticsearch.client.ml.DeleteFilterRequest request, org.elasticsearch.client.RequestOptions options, io.vertx.core.Handler<io.vertx.core.AsyncResult<org.elasticsearch.action.support.master.AcknowledgedResponse>> handler)
-
getMlInfoAsync
void getMlInfoAsync(org.elasticsearch.client.ml.MlInfoRequest request, org.elasticsearch.client.RequestOptions options, io.vertx.core.Handler<io.vertx.core.AsyncResult<org.elasticsearch.client.ml.MlInfoResponse>> handler)
-
findFileStructureAsync
void findFileStructureAsync(org.elasticsearch.client.ml.FindFileStructureRequest request, org.elasticsearch.client.RequestOptions options, io.vertx.core.Handler<io.vertx.core.AsyncResult<org.elasticsearch.client.ml.FindFileStructureResponse>> handler)
-
setUpgradeModeAsync
void setUpgradeModeAsync(org.elasticsearch.client.ml.SetUpgradeModeRequest request, org.elasticsearch.client.RequestOptions options, io.vertx.core.Handler<io.vertx.core.AsyncResult<org.elasticsearch.action.support.master.AcknowledgedResponse>> handler)
-
estimateModelMemoryAsync
void estimateModelMemoryAsync(org.elasticsearch.client.ml.EstimateModelMemoryRequest request, org.elasticsearch.client.RequestOptions options, io.vertx.core.Handler<io.vertx.core.AsyncResult<org.elasticsearch.client.ml.EstimateModelMemoryResponse>> handler)
-
putDataFrameAnalyticsAsync
void putDataFrameAnalyticsAsync(org.elasticsearch.client.ml.PutDataFrameAnalyticsRequest request, org.elasticsearch.client.RequestOptions options, io.vertx.core.Handler<io.vertx.core.AsyncResult<org.elasticsearch.client.ml.PutDataFrameAnalyticsResponse>> handler)
-
getDataFrameAnalyticsAsync
void getDataFrameAnalyticsAsync(org.elasticsearch.client.ml.GetDataFrameAnalyticsRequest request, org.elasticsearch.client.RequestOptions options, io.vertx.core.Handler<io.vertx.core.AsyncResult<org.elasticsearch.client.ml.GetDataFrameAnalyticsResponse>> handler)
-
getDataFrameAnalyticsStatsAsync
void getDataFrameAnalyticsStatsAsync(org.elasticsearch.client.ml.GetDataFrameAnalyticsStatsRequest request, org.elasticsearch.client.RequestOptions options, io.vertx.core.Handler<io.vertx.core.AsyncResult<org.elasticsearch.client.ml.GetDataFrameAnalyticsStatsResponse>> handler)
-
startDataFrameAnalyticsAsync
void startDataFrameAnalyticsAsync(org.elasticsearch.client.ml.StartDataFrameAnalyticsRequest request, org.elasticsearch.client.RequestOptions options, io.vertx.core.Handler<io.vertx.core.AsyncResult<org.elasticsearch.client.ml.StartDataFrameAnalyticsResponse>> handler)
-
stopDataFrameAnalyticsAsync
void stopDataFrameAnalyticsAsync(org.elasticsearch.client.ml.StopDataFrameAnalyticsRequest request, org.elasticsearch.client.RequestOptions options, io.vertx.core.Handler<io.vertx.core.AsyncResult<org.elasticsearch.client.ml.StopDataFrameAnalyticsResponse>> handler)
-
deleteDataFrameAnalyticsAsync
void deleteDataFrameAnalyticsAsync(org.elasticsearch.client.ml.DeleteDataFrameAnalyticsRequest request, org.elasticsearch.client.RequestOptions options, io.vertx.core.Handler<io.vertx.core.AsyncResult<org.elasticsearch.action.support.master.AcknowledgedResponse>> handler)
-
evaluateDataFrameAsync
void evaluateDataFrameAsync(org.elasticsearch.client.ml.EvaluateDataFrameRequest request, org.elasticsearch.client.RequestOptions options, io.vertx.core.Handler<io.vertx.core.AsyncResult<org.elasticsearch.client.ml.EvaluateDataFrameResponse>> handler)
-
explainDataFrameAnalyticsAsync
void explainDataFrameAnalyticsAsync(org.elasticsearch.client.ml.ExplainDataFrameAnalyticsRequest request, org.elasticsearch.client.RequestOptions options, io.vertx.core.Handler<io.vertx.core.AsyncResult<org.elasticsearch.client.ml.ExplainDataFrameAnalyticsResponse>> handler)
-
getTrainedModelsAsync
void getTrainedModelsAsync(org.elasticsearch.client.ml.GetTrainedModelsRequest request, org.elasticsearch.client.RequestOptions options, io.vertx.core.Handler<io.vertx.core.AsyncResult<org.elasticsearch.client.ml.GetTrainedModelsResponse>> handler)
-
putTrainedModelAsync
void putTrainedModelAsync(org.elasticsearch.client.ml.PutTrainedModelRequest request, org.elasticsearch.client.RequestOptions options, io.vertx.core.Handler<io.vertx.core.AsyncResult<org.elasticsearch.client.ml.PutTrainedModelResponse>> handler)
-
getTrainedModelsStatsAsync
void getTrainedModelsStatsAsync(org.elasticsearch.client.ml.GetTrainedModelsStatsRequest request, org.elasticsearch.client.RequestOptions options, io.vertx.core.Handler<io.vertx.core.AsyncResult<org.elasticsearch.client.ml.GetTrainedModelsStatsResponse>> handler)
-
deleteTrainedModelAsync
void deleteTrainedModelAsync(org.elasticsearch.client.ml.DeleteTrainedModelRequest request, org.elasticsearch.client.RequestOptions options, io.vertx.core.Handler<io.vertx.core.AsyncResult<org.elasticsearch.action.support.master.AcknowledgedResponse>> handler)
-
-