Show / Hide Table of Contents

Class CfnComputationModel.AnomalyDetectionComputationModelConfigurationProperty

Contains the configuration for anomaly detection computation models.

Inheritance
object
CfnComputationModel.AnomalyDetectionComputationModelConfigurationProperty
Implements
CfnComputationModel.IAnomalyDetectionComputationModelConfigurationProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotsitewise-computationmodel-anomalydetectioncomputationmodelconfiguration.html

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotsitewise-computationmodel-anomalydetectioncomputationmodelconfiguration.html

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

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotsitewise-computationmodel-anomalydetectioncomputationmodelconfiguration.html#cfn-iotsitewise-computationmodel-anomalydetectioncomputationmodelconfiguration-inputproperties

ResultProperty

The property where the anomaly detection results will be stored.

public string ResultProperty { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotsitewise-computationmodel-anomalydetectioncomputationmodelconfiguration.html#cfn-iotsitewise-computationmodel-anomalydetectioncomputationmodelconfiguration-resultproperty

Implements

CfnComputationModel.IAnomalyDetectionComputationModelConfigurationProperty
Back to top Generated by DocFX