Class: Aws::IoTSiteWise::Types::ComputationModelConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTSiteWise::Types::ComputationModelConfiguration
- Defined in:
- gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb
Overview
The configuration for the computation model.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#anomaly_detection ⇒ Types::ComputationModelAnomalyDetectionConfiguration
The configuration for the anomaly detection type of computation model.
Instance Attribute Details
#anomaly_detection ⇒ Types::ComputationModelAnomalyDetectionConfiguration
The configuration for the anomaly detection type of computation model.
2610 2611 2612 2613 2614 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 2610 class ComputationModelConfiguration < Struct.new( :anomaly_detection) SENSITIVE = [] include Aws::Structure end |