Class: Aws::IoT::Types::MachineLearningDetectionConfig

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb

Overview

The configuration of an ML Detect Security Profile.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#confidence_levelString

The sensitivity of anomalous behavior evaluation. Can be Low, Medium, or High.

Returns:

  • (String)


11913
11914
11915
11916
11917
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 11913

class MachineLearningDetectionConfig < Struct.new(
  :confidence_level)
  SENSITIVE = []
  include Aws::Structure
end