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