Uses of Class
org.elasticsearch.client.ml.GetDatafeedStatsResponse
-
Packages that use GetDatafeedStatsResponse Package Description org.elasticsearch.client org.elasticsearch.client.ml -
-
Uses of GetDatafeedStatsResponse in org.elasticsearch.client
Methods in org.elasticsearch.client that return GetDatafeedStatsResponse Modifier and Type Method Description GetDatafeedStatsResponseMachineLearningClient. getDatafeedStats(GetDatafeedStatsRequest request, RequestOptions options)Gets statistics for one or more Machine Learning datafeedsMethod parameters in org.elasticsearch.client with type arguments of type GetDatafeedStatsResponse Modifier and Type Method Description CancellableMachineLearningClient. getDatafeedStatsAsync(GetDatafeedStatsRequest request, RequestOptions options, ActionListener<GetDatafeedStatsResponse> listener)Gets statistics for one or more Machine Learning datafeeds, asynchronously. -
Uses of GetDatafeedStatsResponse in org.elasticsearch.client.ml
Fields in org.elasticsearch.client.ml with type parameters of type GetDatafeedStatsResponse Modifier and Type Field Description static ConstructingObjectParser<GetDatafeedStatsResponse,Void>GetDatafeedStatsResponse. PARSERMethods in org.elasticsearch.client.ml that return GetDatafeedStatsResponse Modifier and Type Method Description static GetDatafeedStatsResponseGetDatafeedStatsResponse. fromXContent(XContentParser parser)
-