| AbstractResultResponse<T extends 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
|
| DeleteCalendarRequest |
Request to delete a Machine Learning Calendar
|
| DeleteDatafeedRequest |
Request to delete a Machine Learning Datafeed via its ID
|
| 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.
|
| 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
|
| 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
|
| 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
|
| 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
|
| 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
|
| PostDataRequest |
Request to post data to a Machine Learning job
|
| PostDataRequest.JsonBuilder |
|
| 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
|
| PutCalendarRequest |
Request to create a new Machine Learning calendar
|
| PutCalendarResponse |
|
| PutDatafeedRequest |
Request to create a new Machine Learning Datafeed given a DatafeedConfig configuration
|
| PutDatafeedResponse |
|
| PutJobRequest |
Request to create a new Machine Learning Job given a Job configuration
|
| PutJobResponse |
Response containing the newly created Job
|
| StartDatafeedRequest |
Request to start a Datafeed
|
| StartDatafeedResponse |
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
|
| UpdateJobRequest |
|