Uses of Class
org.elasticsearch.client.ml.PostDataRequest
-
Packages that use PostDataRequest Package Description org.elasticsearch.client org.elasticsearch.client.ml -
-
Uses of PostDataRequest in org.elasticsearch.client
Methods in org.elasticsearch.client with parameters of type PostDataRequest Modifier and Type Method Description PostDataResponseMachineLearningClient. postData(PostDataRequest request, RequestOptions options)Sends data to an anomaly detection job for analysis.CancellableMachineLearningClient. postDataAsync(PostDataRequest request, RequestOptions options, ActionListener<PostDataResponse> listener)Sends data to an anomaly detection job for analysis, asynchronously -
Uses of PostDataRequest in org.elasticsearch.client.ml
Fields in org.elasticsearch.client.ml with type parameters of type PostDataRequest Modifier and Type Field Description static ConstructingObjectParser<PostDataRequest,Void>PostDataRequest. PARSER
-