Interface CfnComputationModel.AnomalyDetectionComputationModelConfigurationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnComputationModel.AnomalyDetectionComputationModelConfigurationProperty.Jsii$Proxy
- Enclosing class:
CfnComputationModel
@Stability(Stable)
public static interface CfnComputationModel.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.services.iotsitewise.*;
AnomalyDetectionComputationModelConfigurationProperty anomalyDetectionComputationModelConfigurationProperty = AnomalyDetectionComputationModelConfigurationProperty.builder()
.inputProperties("inputProperties")
.resultProperty("resultProperty")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnComputationModel.AnomalyDetectionComputationModelConfigurationProperty -
Method Summary
Modifier and TypeMethodDescriptionbuilder()The list of input properties for the anomaly detection model.The property where the anomaly detection results will be stored.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getInputProperties
The list of input properties for the anomaly detection model.- See Also:
-
getResultProperty
The property where the anomaly detection results will be stored.- See Also:
-
builder
@Stability(Stable) static CfnComputationModel.AnomalyDetectionComputationModelConfigurationProperty.Builder builder()
-