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
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 class
static final class
An implementation forCfnComputationModel.AnomalyDetectionComputationModelConfigurationProperty
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
Input properties for anomaly detection.Result property for anomaly detection.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getInputProperties
Input properties for anomaly detection.- See Also:
-
getResultProperty
Result property for anomaly detection.- See Also:
-
builder
@Stability(Stable) static CfnComputationModel.AnomalyDetectionComputationModelConfigurationProperty.Builder builder()
-