Interface CfnComputationModelPropsMixin.AnomalyDetectionComputationModelConfigurationProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnComputationModelPropsMixin.AnomalyDetectionComputationModelConfigurationProperty.Jsii$Proxy
Enclosing class:
CfnComputationModelPropsMixin

@Stability(Stable) public static interface CfnComputationModelPropsMixin.AnomalyDetectionComputationModelConfigurationProperty extends software.amazon.jsii.JsiiSerializable
Contains the configuration for anomaly detection computation models.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.mixins.preview.services.iotsitewise.mixins.*;
 AnomalyDetectionComputationModelConfigurationProperty anomalyDetectionComputationModelConfigurationProperty = AnomalyDetectionComputationModelConfigurationProperty.builder()
         .inputProperties("inputProperties")
         .resultProperty("resultProperty")
         .build();
 

See Also: