Uses of Class
org.elasticsearch.client.ml.GetInfluencersRequest
-
Packages that use GetInfluencersRequest Package Description org.elasticsearch.client org.elasticsearch.client.ml -
-
Uses of GetInfluencersRequest in org.elasticsearch.client
Methods in org.elasticsearch.client with parameters of type GetInfluencersRequest Modifier and Type Method Description GetInfluencersResponseMachineLearningClient. getInfluencers(GetInfluencersRequest request, RequestOptions options)Gets the influencers for a Machine Learning Job.CancellableMachineLearningClient. getInfluencersAsync(GetInfluencersRequest request, RequestOptions options, ActionListener<GetInfluencersResponse> listener)Gets the influencers for a Machine Learning Job, notifies listener once the requested influencers are retrieved. -
Uses of GetInfluencersRequest in org.elasticsearch.client.ml
Fields in org.elasticsearch.client.ml with type parameters of type GetInfluencersRequest Modifier and Type Field Description static ConstructingObjectParser<GetInfluencersRequest,Void>GetInfluencersRequest. PARSER
-