Class CfnComputationModel.AnomalyDetectionComputationModelConfigurationProperty
Contains the configuration for anomaly detection computation models.
Inherited Members
Namespace: Amazon.CDK.AWS.IoTSiteWise
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnComputationModel.AnomalyDetectionComputationModelConfigurationProperty : CfnComputationModel.IAnomalyDetectionComputationModelConfigurationProperty
Syntax (vb)
Public Class CfnComputationModel.AnomalyDetectionComputationModelConfigurationProperty Implements CfnComputationModel.IAnomalyDetectionComputationModelConfigurationProperty
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.AWS.IoTSiteWise;
var anomalyDetectionComputationModelConfigurationProperty = new AnomalyDetectionComputationModelConfigurationProperty {
InputProperties = "inputProperties",
ResultProperty = "resultProperty"
};
Synopsis
Constructors
| AnomalyDetectionComputationModelConfigurationProperty() | Contains the configuration for anomaly detection computation models. |
Properties
| InputProperties | The list of input properties for the anomaly detection model. |
| ResultProperty | The property where the anomaly detection results will be stored. |
Constructors
AnomalyDetectionComputationModelConfigurationProperty()
Contains the configuration for anomaly detection computation models.
public AnomalyDetectionComputationModelConfigurationProperty()
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.AWS.IoTSiteWise;
var anomalyDetectionComputationModelConfigurationProperty = new AnomalyDetectionComputationModelConfigurationProperty {
InputProperties = "inputProperties",
ResultProperty = "resultProperty"
};
Properties
InputProperties
The list of input properties for the anomaly detection model.
public string InputProperties { get; set; }
Property Value
Remarks
ResultProperty
The property where the anomaly detection results will be stored.
public string ResultProperty { get; set; }