Interface CfnComputationModel.ComputationModelConfigurationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnComputationModel.ComputationModelConfigurationProperty.Jsii$Proxy
- Enclosing class:
CfnComputationModel
@Stability(Stable)
public static interface CfnComputationModel.ComputationModelConfigurationProperty
extends software.amazon.jsii.JsiiSerializable
The configuration for the computation model.
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.*;
ComputationModelConfigurationProperty computationModelConfigurationProperty = ComputationModelConfigurationProperty.builder()
.anomalyDetection(AnomalyDetectionComputationModelConfigurationProperty.builder()
.inputProperties("inputProperties")
.resultProperty("resultProperty")
.build())
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnComputationModel.ComputationModelConfigurationProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getAnomalyDetection
The configuration for the anomaly detection type of computation model.Returns union: either
IResolvableorCfnComputationModel.AnomalyDetectionComputationModelConfigurationProperty- See Also:
-
builder
@Stability(Stable) static CfnComputationModel.ComputationModelConfigurationProperty.Builder builder()
-