Uses of Class
org.elasticsearch.client.ml.GetJobStatsRequest
-
Packages that use GetJobStatsRequest Package Description org.elasticsearch.client org.elasticsearch.client.ml -
-
Uses of GetJobStatsRequest in org.elasticsearch.client
Methods in org.elasticsearch.client with parameters of type GetJobStatsRequest Modifier and Type Method Description GetJobStatsResponseMachineLearningClient. getJobStats(GetJobStatsRequest request, RequestOptions options)Gets usage statistics for one or more Machine Learning jobsCancellableMachineLearningClient. getJobStatsAsync(GetJobStatsRequest request, RequestOptions options, ActionListener<GetJobStatsResponse> listener)Gets usage statistics for one or more Machine Learning jobs, asynchronously. -
Uses of GetJobStatsRequest in org.elasticsearch.client.ml
Fields in org.elasticsearch.client.ml with type parameters of type GetJobStatsRequest Modifier and Type Field Description static ConstructingObjectParser<GetJobStatsRequest,Void>GetJobStatsRequest. PARSERMethods in org.elasticsearch.client.ml that return GetJobStatsRequest Modifier and Type Method Description static GetJobStatsRequestGetJobStatsRequest. getAllJobStatsRequest()Explicitly gets all jobs statistics
-