interface ComputationModelConfigurationProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.IoTSiteWise.CfnComputationModel.ComputationModelConfigurationProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsiotsitewise#CfnComputationModel_ComputationModelConfigurationProperty |
![]() | software.amazon.awscdk.services.iotsitewise.CfnComputationModel.ComputationModelConfigurationProperty |
![]() | aws_cdk.aws_iotsitewise.CfnComputationModel.ComputationModelConfigurationProperty |
![]() | aws-cdk-lib » aws_iotsitewise » CfnComputationModel » ComputationModelConfigurationProperty |
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 { aws_iotsitewise as iotsitewise } from 'aws-cdk-lib';
const computationModelConfigurationProperty: iotsitewise.CfnComputationModel.ComputationModelConfigurationProperty = {
anomalyDetection: {
inputProperties: 'inputProperties',
resultProperty: 'resultProperty',
},
};
Properties
Name | Type | Description |
---|---|---|
anomaly | IResolvable | Anomaly | The configuration for the anomaly detection type of computation model. |
anomalyDetection?
Type:
IResolvable
|
Anomaly
(optional)
The configuration for the anomaly detection type of computation model.