Uses of Class
org.elasticsearch.client.ml.datafeed.DatafeedConfig
-
Packages that use DatafeedConfig Package Description org.elasticsearch.client.ml org.elasticsearch.client.ml.datafeed -
-
Uses of DatafeedConfig in org.elasticsearch.client.ml
Methods in org.elasticsearch.client.ml that return DatafeedConfig Modifier and Type Method Description DatafeedConfigPutDatafeedRequest. getDatafeed()DatafeedConfigPutDatafeedResponse. getResponse()Methods in org.elasticsearch.client.ml that return types with arguments of type DatafeedConfig Modifier and Type Method Description List<DatafeedConfig>GetDatafeedResponse. datafeeds()The collection ofDatafeedConfigobjects found in the queryConstructors in org.elasticsearch.client.ml with parameters of type DatafeedConfig Constructor Description PutDatafeedRequest(DatafeedConfig datafeed)Construct a new PutDatafeedRequest -
Uses of DatafeedConfig in org.elasticsearch.client.ml.datafeed
Methods in org.elasticsearch.client.ml.datafeed that return DatafeedConfig Modifier and Type Method Description DatafeedConfigDatafeedConfig.Builder. build()Constructors in org.elasticsearch.client.ml.datafeed with parameters of type DatafeedConfig Constructor Description Builder(DatafeedConfig config)
-