Class: Aws::IoTSiteWise::Types::ComputationModelAnomalyDetectionConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTSiteWise::Types::ComputationModelAnomalyDetectionConfiguration
- Defined in:
- gems/aws-sdk-iotsitewise/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}
.
2596 2597 2598 2599 2600 2601 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 2596 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}
.
2596 2597 2598 2599 2600 2601 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 2596 class ComputationModelAnomalyDetectionConfiguration < Struct.new( :input_properties, :result_property) SENSITIVE = [] include Aws::Structure end |