Interface CfnComputationModelPropsMixin.IComputationModelConfigurationProperty
The configuration for the computation model.
Namespace: Amazon.CDK.Mixins.Preview.AWS.IoTSiteWise.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public interface CfnComputationModelPropsMixin.IComputationModelConfigurationProperty
Syntax (vb)
Public Interface CfnComputationModelPropsMixin.IComputationModelConfigurationProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.Mixins.Preview.AWS.IoTSiteWise.Mixins;
var computationModelConfigurationProperty = new ComputationModelConfigurationProperty {
AnomalyDetection = new AnomalyDetectionComputationModelConfigurationProperty {
InputProperties = "inputProperties",
ResultProperty = "resultProperty"
}
};
Synopsis
Properties
| AnomalyDetection | The configuration for the anomaly detection type of computation model. |
Properties
AnomalyDetection
The configuration for the anomaly detection type of computation model.
object? AnomalyDetection { get; }