Class DelayedDataCheckConfig

java.lang.Object
org.elasticsearch.client.ml.datafeed.DelayedDataCheckConfig
All Implemented Interfaces:
ToXContent, ToXContentObject

public class DelayedDataCheckConfig
extends java.lang.Object
implements ToXContentObject
The configuration object containing the delayed data check settings. See enabledDelayedDataCheckConfig(TimeValue) for creating a new enabled datacheck with the given check_window See disabledDelayedDataCheckConfig() for creating a config for disabling delayed data checking.