Class: Aws::Types::DetectModerationLabelsRequest
- Inherits:
-
Object
- Object
- Aws::Types::DetectModerationLabelsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#human_loop_config ⇒ Types::HumanLoopConfig
Returns the value of attribute human_loop_config.
-
#image ⇒ Types::Image
Returns the value of attribute image.
-
#min_confidence ⇒ ::Float
Returns the value of attribute min_confidence.
-
#project_version ⇒ ::String
Returns the value of attribute project_version.
Instance Attribute Details
#human_loop_config ⇒ Types::HumanLoopConfig
Returns the value of attribute human_loop_config.
622 623 624 |
# File 'sig/types.rbs', line 622 def human_loop_config @human_loop_config end |
#image ⇒ Types::Image
Returns the value of attribute image.
620 621 622 |
# File 'sig/types.rbs', line 620 def image @image end |
#min_confidence ⇒ ::Float
Returns the value of attribute min_confidence.
621 622 623 |
# File 'sig/types.rbs', line 621 def min_confidence @min_confidence end |
#project_version ⇒ ::String
Returns the value of attribute project_version.
623 624 625 |
# File 'sig/types.rbs', line 623 def project_version @project_version end |