Class: Aws::Types::DetectModerationLabelsResponse
- Inherits:
-
Object
- Object
- Aws::Types::DetectModerationLabelsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#content_types ⇒ ::Array[Types::ContentType]
Returns the value of attribute content_types.
-
#human_loop_activation_output ⇒ Types::HumanLoopActivationOutput
Returns the value of attribute human_loop_activation_output.
-
#moderation_labels ⇒ ::Array[Types::ModerationLabel]
Returns the value of attribute moderation_labels.
-
#moderation_model_version ⇒ ::String
Returns the value of attribute moderation_model_version.
-
#project_version ⇒ ::String
Returns the value of attribute project_version.
Instance Attribute Details
#content_types ⇒ ::Array[Types::ContentType]
Returns the value of attribute content_types.
632 633 634 |
# File 'sig/types.rbs', line 632 def content_types @content_types end |
#human_loop_activation_output ⇒ Types::HumanLoopActivationOutput
Returns the value of attribute human_loop_activation_output.
630 631 632 |
# File 'sig/types.rbs', line 630 def human_loop_activation_output @human_loop_activation_output end |
#moderation_labels ⇒ ::Array[Types::ModerationLabel]
Returns the value of attribute moderation_labels.
628 629 630 |
# File 'sig/types.rbs', line 628 def moderation_labels @moderation_labels end |
#moderation_model_version ⇒ ::String
Returns the value of attribute moderation_model_version.
629 630 631 |
# File 'sig/types.rbs', line 629 def moderation_model_version @moderation_model_version end |
#project_version ⇒ ::String
Returns the value of attribute project_version.
631 632 633 |
# File 'sig/types.rbs', line 631 def project_version @project_version end |