Class CfnAnomalyDetector.RandomCutForestConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.aps.CfnAnomalyDetector.RandomCutForestConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnAnomalyDetector.RandomCutForestConfigurationProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnAnomalyDetector.RandomCutForestConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnAnomalyDetector.RandomCutForestConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnAnomalyDetector.RandomCutForestConfigurationProperty
An implementation for
CfnAnomalyDetector.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.services.aps.CfnAnomalyDetector.RandomCutForestConfigurationProperty
CfnAnomalyDetector.RandomCutForestConfigurationProperty.Builder, CfnAnomalyDetector.RandomCutForestConfigurationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnAnomalyDetector.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
Constructor that initializes the object based on literal property values passed by theCfnAnomalyDetector.RandomCutForestConfigurationProperty.Builder.
-
-
Method Details
-
getQuery
Description copied from interface:CfnAnomalyDetector.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 interfaceCfnAnomalyDetector.RandomCutForestConfigurationProperty- See Also:
-
getIgnoreNearExpectedFromAbove
Description copied from interface:CfnAnomalyDetector.RandomCutForestConfigurationPropertyConfiguration for ignoring values that are near expected values from above during anomaly detection.Returns union: either
IResolvableorCfnAnomalyDetector.IgnoreNearExpectedProperty- Specified by:
getIgnoreNearExpectedFromAbovein interfaceCfnAnomalyDetector.RandomCutForestConfigurationProperty- See Also:
-
getIgnoreNearExpectedFromBelow
Description copied from interface:CfnAnomalyDetector.RandomCutForestConfigurationPropertyConfiguration for ignoring values that are near expected values from below during anomaly detection.Returns union: either
IResolvableorCfnAnomalyDetector.IgnoreNearExpectedProperty- Specified by:
getIgnoreNearExpectedFromBelowin interfaceCfnAnomalyDetector.RandomCutForestConfigurationProperty- See Also:
-
getSampleSize
Description copied from interface:CfnAnomalyDetector.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 interfaceCfnAnomalyDetector.RandomCutForestConfigurationProperty- See Also:
-
getShingleSize
Description copied from interface:CfnAnomalyDetector.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 interfaceCfnAnomalyDetector.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()
-