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 |
Contains the configuration for anomaly detection computation models.
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 | The list of input properties for the anomaly detection model. |
result | string | The property where the anomaly detection results will be stored. |
inputProperties
Type:
string
The list of input properties for the anomaly detection model.
resultProperty
Type:
string
The property where the anomaly detection results will be stored.