Uses of Class
org.elasticsearch.client.ml.GetRecordsResponse
-
Packages that use GetRecordsResponse Package Description org.elasticsearch.client org.elasticsearch.client.ml -
-
Uses of GetRecordsResponse in org.elasticsearch.client
Methods in org.elasticsearch.client that return GetRecordsResponse Modifier and Type Method Description GetRecordsResponseMachineLearningClient. getRecords(GetRecordsRequest request, RequestOptions options)Gets the records for a Machine Learning Job.Method parameters in org.elasticsearch.client with type arguments of type GetRecordsResponse Modifier and Type Method Description 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 GetRecordsResponse in org.elasticsearch.client.ml
Fields in org.elasticsearch.client.ml with type parameters of type GetRecordsResponse Modifier and Type Field Description static ConstructingObjectParser<GetRecordsResponse,Void>GetRecordsResponse. PARSERMethods in org.elasticsearch.client.ml that return GetRecordsResponse Modifier and Type Method Description static GetRecordsResponseGetRecordsResponse. fromXContent(XContentParser parser)
-