Uses of Class
org.elasticsearch.client.ml.job.config.MlFilter
-
Packages that use MlFilter Package Description org.elasticsearch.client.ml org.elasticsearch.client.ml.job.config -
-
Uses of MlFilter in org.elasticsearch.client.ml
Methods in org.elasticsearch.client.ml that return MlFilter Modifier and Type Method Description MlFilterPutFilterRequest. getMlFilter()MlFilterPutFilterResponse. getResponse()Methods in org.elasticsearch.client.ml that return types with arguments of type MlFilter Modifier and Type Method Description List<MlFilter>GetFiltersResponse. filters()The collection ofMlFilterobjects found in the queryConstructors in org.elasticsearch.client.ml with parameters of type MlFilter Constructor Description PutFilterRequest(MlFilter filter)Construct a new PutMlFilterRequest -
Uses of MlFilter in org.elasticsearch.client.ml.job.config
Methods in org.elasticsearch.client.ml.job.config that return MlFilter Modifier and Type Method Description MlFilterMlFilter.Builder. build()
-