Class: Aws::Rekognition::Types::CustomizationFeatureContentModerationConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::Rekognition::Types::CustomizationFeatureContentModerationConfig
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-rekognition/types.rb
Overview
Configuration options for Content Moderation training.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#confidence_threshold ⇒ Float
The confidence level you plan to use to identify if unsafe content is present during inference.
Instance Attribute Details
#confidence_threshold ⇒ Float
The confidence level you plan to use to identify if unsafe content is present during inference.
1324 1325 1326 1327 1328 |
# File 'lib/aws-sdk-rekognition/types.rb', line 1324 class CustomizationFeatureContentModerationConfig < Struct.new( :confidence_threshold) SENSITIVE = [] include Aws::Structure end |