Class: Aws::IoT::Types::MachineLearningDetectionConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::MachineLearningDetectionConfig
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iot/types.rb
Overview
The configuration of an ML Detect Security Profile.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#confidence_level ⇒ String
The sensitivity of anomalous behavior evaluation.
Instance Attribute Details
#confidence_level ⇒ String
The sensitivity of anomalous behavior evaluation. Can be ‘Low`, `Medium`, or `High`.
12224 12225 12226 12227 12228 |
# File 'lib/aws-sdk-iot/types.rb', line 12224 class MachineLearningDetectionConfig < Struct.new( :confidence_level) SENSITIVE = [] include Aws::Structure end |