interface AnomalyDetectionComputationModelConfigurationProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.IoTSiteWise.CfnComputationModel.AnomalyDetectionComputationModelConfigurationProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsiotsitewise#CfnComputationModel_AnomalyDetectionComputationModelConfigurationProperty |
![]() | software.amazon.awscdk.services.iotsitewise.CfnComputationModel.AnomalyDetectionComputationModelConfigurationProperty |
![]() | aws_cdk.aws_iotsitewise.CfnComputationModel.AnomalyDetectionComputationModelConfigurationProperty |
![]() | aws-cdk-lib » aws_iotsitewise » CfnComputationModel » AnomalyDetectionComputationModelConfigurationProperty |
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 anomalyDetectionComputationModelConfigurationProperty: iotsitewise.CfnComputationModel.AnomalyDetectionComputationModelConfigurationProperty = {
inputProperties: 'inputProperties',
resultProperty: 'resultProperty',
};
Properties
Name | Type | Description |
---|---|---|
input | string | Input properties for anomaly detection. |
result | string | Result property for anomaly detection. |
inputProperties
Type:
string
Input properties for anomaly detection.
resultProperty
Type:
string
Result property for anomaly detection.