Class: Aws::IoTSiteWise::Types::ComputationModelAnomalyDetectionConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTSiteWise::Types::ComputationModelAnomalyDetectionConfiguration
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotsitewise/types.rb
Overview
Contains the configuration of the type of anomaly detection computation model.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#input_properties ⇒ String
Define the variable name associated with input properties, with the following format ‘$VariableName`.
-
#result_property ⇒ String
Define the variable name associated with the result property, and the following format ‘$VariableName`.
Instance Attribute Details
#input_properties ⇒ String
Define the variable name associated with input properties, with the following format ‘$VariableName`.
2606 2607 2608 2609 2610 2611 |
# File 'lib/aws-sdk-iotsitewise/types.rb', line 2606 class ComputationModelAnomalyDetectionConfiguration < Struct.new( :input_properties, :result_property) SENSITIVE = [] include Aws::Structure end |
#result_property ⇒ String
Define the variable name associated with the result property, and the following format ‘$VariableName`.
2606 2607 2608 2609 2610 2611 |
# File 'lib/aws-sdk-iotsitewise/types.rb', line 2606 class ComputationModelAnomalyDetectionConfiguration < Struct.new( :input_properties, :result_property) SENSITIVE = [] include Aws::Structure end |