Class: Aws::IoTSiteWise::Types::ComputationModelConfiguration

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#anomaly_detectionTypes::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