Uses of Class
org.elasticsearch.client.ml.GetRecordsRequest
-
Packages that use GetRecordsRequest Package Description org.elasticsearch.client org.elasticsearch.client.ml -
-
Uses of GetRecordsRequest in org.elasticsearch.client
Methods in org.elasticsearch.client with parameters of type GetRecordsRequest Modifier and Type Method Description GetRecordsResponseMachineLearningClient. getRecords(GetRecordsRequest request, RequestOptions options)Gets the records for a Machine Learning Job.CancellableMachineLearningClient. getRecordsAsync(GetRecordsRequest request, RequestOptions options, ActionListener<GetRecordsResponse> listener)Gets the records for a Machine Learning Job, notifies listener once the requested records are retrieved. -
Uses of GetRecordsRequest in org.elasticsearch.client.ml
Fields in org.elasticsearch.client.ml with type parameters of type GetRecordsRequest Modifier and Type Field Description static ObjectParser<GetRecordsRequest,Void>GetRecordsRequest. PARSER
-