Class CfnAnomalyDetectorPropsMixin.RandomCutForestConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.aps.CfnAnomalyDetectorPropsMixin.RandomCutForestConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnAnomalyDetectorPropsMixin.RandomCutForestConfigurationProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnAnomalyDetectorPropsMixin.RandomCutForestConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnAnomalyDetectorPropsMixin.RandomCutForestConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnAnomalyDetectorPropsMixin.RandomCutForestConfigurationProperty
An implementation for
CfnAnomalyDetectorPropsMixin.RandomCutForestConfigurationProperty-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.cfnpropertymixins.services.aps.CfnAnomalyDetectorPropsMixin.RandomCutForestConfigurationProperty
CfnAnomalyDetectorPropsMixin.RandomCutForestConfigurationProperty.Builder, CfnAnomalyDetectorPropsMixin.RandomCutForestConfigurationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnAnomalyDetectorPropsMixin.RandomCutForestConfigurationProperty.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal ObjectConfiguration for ignoring values that are near expected values from above during anomaly detection.final ObjectConfiguration for ignoring values that are near expected values from below during anomaly detection.final StringgetQuery()The Prometheus query used to retrieve the time-series data for anomaly detection.final NumberThe number of data points sampled from the input stream for the Random Cut Forest algorithm.final NumberThe number of consecutive data points used to create a shingle for the Random Cut Forest algorithm.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
protected Jsii$Proxy(CfnAnomalyDetectorPropsMixin.RandomCutForestConfigurationProperty.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnAnomalyDetectorPropsMixin.RandomCutForestConfigurationProperty.Builder.
-
-
Method Details
-
getIgnoreNearExpectedFromAbove
Description copied from interface:CfnAnomalyDetectorPropsMixin.RandomCutForestConfigurationPropertyConfiguration for ignoring values that are near expected values from above during anomaly detection.Returns union: either
IResolvableorCfnAnomalyDetectorPropsMixin.IgnoreNearExpectedProperty- Specified by:
getIgnoreNearExpectedFromAbovein interfaceCfnAnomalyDetectorPropsMixin.RandomCutForestConfigurationProperty- See Also:
-
getIgnoreNearExpectedFromBelow
Description copied from interface:CfnAnomalyDetectorPropsMixin.RandomCutForestConfigurationPropertyConfiguration for ignoring values that are near expected values from below during anomaly detection.Returns union: either
IResolvableorCfnAnomalyDetectorPropsMixin.IgnoreNearExpectedProperty- Specified by:
getIgnoreNearExpectedFromBelowin interfaceCfnAnomalyDetectorPropsMixin.RandomCutForestConfigurationProperty- See Also:
-
getQuery
Description copied from interface:CfnAnomalyDetectorPropsMixin.RandomCutForestConfigurationPropertyThe Prometheus query used to retrieve the time-series data for anomaly detection.Random Cut Forest queries must be wrapped by a supported PromQL aggregation operator. For more information, see Aggregation operators on the Prometheus docs website.
Supported PromQL aggregation operators :
avg,count,group,max,min,quantile,stddev,stdvar, andsum.- Specified by:
getQueryin interfaceCfnAnomalyDetectorPropsMixin.RandomCutForestConfigurationProperty- See Also:
-
getSampleSize
Description copied from interface:CfnAnomalyDetectorPropsMixin.RandomCutForestConfigurationPropertyThe number of data points sampled from the input stream for the Random Cut Forest algorithm.The default number is 256 consecutive data points.
Default: - 256
- Specified by:
getSampleSizein interfaceCfnAnomalyDetectorPropsMixin.RandomCutForestConfigurationProperty- See Also:
-
getShingleSize
Description copied from interface:CfnAnomalyDetectorPropsMixin.RandomCutForestConfigurationPropertyThe number of consecutive data points used to create a shingle for the Random Cut Forest algorithm.The default number is 8 consecutive data points.
Default: - 8
- Specified by:
getShingleSizein interfaceCfnAnomalyDetectorPropsMixin.RandomCutForestConfigurationProperty- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-