AWSIoTMachineLearningDetectionConfig
Objective-C
@interface AWSIoTMachineLearningDetectionConfig
Swift
class AWSIoTMachineLearningDetectionConfig
The configuration of an ML Detect Security Profile.
Required parameters: [confidenceLevel]
-
The sensitivity of anomalous behavior evaluation. Can be
Low
,Medium
, orHigh
.Declaration
Objective-C
@property (nonatomic) AWSIoTConfidenceLevel confidenceLevel;
Swift
var confidenceLevel: AWSIoTConfidenceLevel { get set }