Uses of Class
org.elasticsearch.client.ml.GetDatafeedRequest
-
Packages that use GetDatafeedRequest Package Description org.elasticsearch.client org.elasticsearch.client.ml -
-
Uses of GetDatafeedRequest in org.elasticsearch.client
Methods in org.elasticsearch.client with parameters of type GetDatafeedRequest Modifier and Type Method Description GetDatafeedResponseMachineLearningClient. getDatafeed(GetDatafeedRequest request, RequestOptions options)Gets one or more Machine Learning datafeed configuration info.CancellableMachineLearningClient. getDatafeedAsync(GetDatafeedRequest request, RequestOptions options, ActionListener<GetDatafeedResponse> listener)Gets one or more Machine Learning datafeed configuration info, asynchronously. -
Uses of GetDatafeedRequest in org.elasticsearch.client.ml
Fields in org.elasticsearch.client.ml with type parameters of type GetDatafeedRequest Modifier and Type Field Description static ConstructingObjectParser<GetDatafeedRequest,Void>GetDatafeedRequest. PARSERMethods in org.elasticsearch.client.ml that return GetDatafeedRequest Modifier and Type Method Description static GetDatafeedRequestGetDatafeedRequest. getAllDatafeedsRequest()Helper method to create a query that will get ALL datafeeds
-