Uses of Class
org.elasticsearch.client.ml.EstimateMemoryUsageResponse
-
Packages that use EstimateMemoryUsageResponse Package Description org.elasticsearch.client org.elasticsearch.client.ml -
-
Uses of EstimateMemoryUsageResponse in org.elasticsearch.client
Methods in org.elasticsearch.client that return EstimateMemoryUsageResponse Modifier and Type Method Description EstimateMemoryUsageResponseMachineLearningClient. estimateMemoryUsage(PutDataFrameAnalyticsRequest request, RequestOptions options)Estimates memory usage for the given Data Frame AnalyticsMethod parameters in org.elasticsearch.client with type arguments of type EstimateMemoryUsageResponse Modifier and Type Method Description CancellableMachineLearningClient. estimateMemoryUsageAsync(PutDataFrameAnalyticsRequest request, RequestOptions options, ActionListener<EstimateMemoryUsageResponse> listener)Estimates memory usage for the given Data Frame Analytics asynchronously and notifies listener upon completion -
Uses of EstimateMemoryUsageResponse in org.elasticsearch.client.ml
Methods in org.elasticsearch.client.ml that return EstimateMemoryUsageResponse Modifier and Type Method Description static EstimateMemoryUsageResponseEstimateMemoryUsageResponse. fromXContent(XContentParser parser)
-