| AbstractResultResponse<T extends org.elasticsearch.common.xcontent.ToXContent> |
Abstract class that provides a list of results and their count.
|
| CloseJobRequest |
Request to close Machine Learning Jobs
|
| CloseJobResponse |
Response indicating if the Job(s) closed or not
|
| DeleteCalendarEventRequest |
Request class for removing an event from an existing calendar
|
| DeleteCalendarJobRequest |
Request class for removing Machine Learning Jobs from an existing calendar
|
| DeleteCalendarRequest |
Request to delete a Machine Learning Calendar
|
| DeleteDatafeedRequest |
Request to delete a Machine Learning Datafeed via its ID
|
| DeleteDataFrameAnalyticsRequest |
Request to delete a data frame analytics config
|
| DeleteExpiredDataRequest |
Request to delete expired model snapshots and forecasts
|
| DeleteExpiredDataResponse |
A response acknowledging the deletion of expired data
|
| DeleteFilterRequest |
A request to delete a machine learning filter
|
| DeleteForecastRequest |
POJO for a delete forecast request
|
| DeleteJobRequest |
Request to delete a Machine Learning Job via its ID
|
| DeleteJobResponse |
Response object that contains the acknowledgement or the task id
depending on whether the delete job action was requested to wait for completion.
|
| DeleteModelSnapshotRequest |
Request to delete a Machine Learning Model Snapshot Job via its Job and Snapshot IDs
|
| DeleteTrainedModelRequest |
Request to delete a data frame analytics config
|
| EstimateModelMemoryRequest |
Request to estimate the model memory an analysis config is likely to need given supplied field cardinalities.
|
| EstimateModelMemoryResponse |
|
| EvaluateDataFrameRequest |
|
| EvaluateDataFrameResponse |
|
| ExplainDataFrameAnalyticsRequest |
Request to explain the following about a data frame analytics job:
field selection: which fields are included or are not in the analysis
memory estimation: how much memory the job is estimated to require
|
| ExplainDataFrameAnalyticsResponse |
|
| FindFileStructureRequest |
|
| FindFileStructureResponse |
|
| FlushJobRequest |
Request object to flush a given Machine Learning job.
|
| FlushJobResponse |
Response object containing flush acknowledgement and additional data
|
| ForecastJobRequest |
Pojo for forecasting an existing and open Machine Learning Job
|
| ForecastJobResponse |
Forecast response object
|
| GetBucketsRequest |
A request to retrieve buckets of a given job
|
| GetBucketsResponse |
A response containing the requested buckets
|
| GetCalendarEventsRequest |
Get the Scheduled Events for a Calendar
|
| GetCalendarEventsResponse |
Contains a List of the found ScheduledEvent objects and the total count found
|
| GetCalendarsRequest |
|
| GetCalendarsResponse |
|
| GetCategoriesRequest |
A request to retrieve categories of a given job
|
| GetCategoriesResponse |
A response containing the requested categories
|
| GetDatafeedRequest |
Request object to get DatafeedConfig objects with the matching datafeedIds.
|
| GetDatafeedResponse |
Contains a List of the found DatafeedConfig objects and the total count found
|
| GetDatafeedStatsRequest |
Request object to get DatafeedStats by their respective datafeedIds
_all explicitly gets all the datafeeds' statistics in the cluster
An empty request (no datafeedIds) implicitly gets all the datafeeds' statistics in the cluster
|
| GetDatafeedStatsResponse |
Contains a List of the found DatafeedStats objects and the total count found
|
| GetDataFrameAnalyticsRequest |
|
| GetDataFrameAnalyticsResponse |
|
| GetDataFrameAnalyticsStatsRequest |
Request to get data frame analytics stats
|
| GetDataFrameAnalyticsStatsResponse |
|
| GetFiltersRequest |
|
| GetFiltersResponse |
Contains a List of the found MlFilter objects and the total count found
|
| GetInfluencersRequest |
A request to retrieve influencers of a given job
|
| GetInfluencersResponse |
A response containing the requested influencers
|
| GetJobRequest |
Request object to get Job objects with the matching jobIds or
groupNames.
|
| GetJobResponse |
Contains a List of the found Job objects and the total count found
|
| GetJobStatsRequest |
Request object to get JobStats by their respective jobIds
_all explicitly gets all the jobs' statistics in the cluster
An empty request (no jobIds) implicitly gets all the jobs' statistics in the cluster
|
| GetJobStatsResponse |
Contains a List of the found JobStats objects and the total count found
|
| GetModelSnapshotsRequest |
A request to retrieve information about model snapshots for a given job
|
| GetModelSnapshotsResponse |
A response containing the requested snapshots
|
| GetOverallBucketsRequest |
A request to retrieve overall buckets of set of jobs
|
| GetOverallBucketsResponse |
A response containing the requested overall buckets
|
| GetRecordsRequest |
A request to retrieve records of a given job
|
| GetRecordsResponse |
A response containing the requested records
|
| GetTrainedModelsRequest |
|
| GetTrainedModelsResponse |
|
| GetTrainedModelsStatsRequest |
|
| GetTrainedModelsStatsResponse |
|
| MlInfoRequest |
|
| MlInfoResponse |
|
| NodeAttributes |
A Pojo class containing an Elastic Node's attributes
|
| OpenJobRequest |
Request to open a Machine Learning Job
|
| OpenJobResponse |
Response indicating if the Machine Learning Job is now opened or not
|
| PostCalendarEventRequest |
Request to add a ScheduledEvent to a Machine Learning calendar
|
| PostCalendarEventResponse |
Response to adding ScheduledEvent(s) to a Machine Learning calendar
|
| PostDataRequest |
Request to post data to a Machine Learning job
|
| PostDataRequest.JsonBuilder |
Class for incrementally building a bulk document request in XContentType.JSON format
|
| PostDataResponse |
Response object when posting data to a Machine Learning Job
|
| PreviewDatafeedRequest |
Request to preview a MachineLearning Datafeed
|
| PreviewDatafeedResponse |
Response containing a datafeed preview in JSON format
|
| PutCalendarJobRequest |
Request class for adding Machine Learning Jobs to an existing calendar
|
| PutCalendarRequest |
Request to create a new Machine Learning calendar
|
| PutCalendarResponse |
|
| PutDatafeedRequest |
Request to create a new Machine Learning Datafeed given a DatafeedConfig configuration
|
| PutDatafeedResponse |
|
| PutDataFrameAnalyticsRequest |
|
| PutDataFrameAnalyticsResponse |
|
| PutFilterRequest |
Request to create a new Machine Learning MlFilter given a MlFilter configuration
|
| PutFilterResponse |
Response containing the newly created MlFilter
|
| PutJobRequest |
Request to create a new Machine Learning Job given a Job configuration
|
| PutJobResponse |
Response containing the newly created Job
|
| PutTrainedModelRequest |
|
| PutTrainedModelResponse |
|
| RevertModelSnapshotRequest |
A request to revert to a specific model snapshot for a given job
|
| RevertModelSnapshotResponse |
A response containing the reverted model snapshot
|
| SetUpgradeModeRequest |
Sets ML into upgrade_mode
|
| StartDatafeedRequest |
Request to start a Datafeed
|
| StartDatafeedResponse |
Response indicating if the Machine Learning Datafeed is now started or not
|
| StartDataFrameAnalyticsRequest |
|
| StartDataFrameAnalyticsResponse |
Response indicating if the Machine Learning Datafeed is now started or not
|
| StopDatafeedRequest |
Request to stop Machine Learning Datafeeds
|
| StopDatafeedResponse |
Response indicating if the Machine Learning Datafeed is now stopped or not
|
| StopDataFrameAnalyticsRequest |
|
| StopDataFrameAnalyticsResponse |
Response indicating if the Machine Learning Data Frame Analytics is now stopped or not
|
| UpdateDatafeedRequest |
|
| UpdateDataFrameAnalyticsRequest |
|
| UpdateFilterRequest |
Updates an existing MlFilter configuration
|
| UpdateJobRequest |
|
| UpdateModelSnapshotRequest |
A request to update information about an existing model snapshot for a given job
|
| UpdateModelSnapshotResponse |
A response acknowledging the update of information for an existing model snapshot for a given job
|
| UpgradeJobModelSnapshotRequest |
|
| UpgradeJobModelSnapshotResponse |
|