Class: Aws::Types::MetadataConfigurationForReranking
- Inherits:
-
Object
- Object
- Aws::Types::MetadataConfigurationForReranking
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#selection_mode ⇒ "SELECTIVE", "ALL"
Returns the value of attribute selection_mode.
-
#selective_mode_configuration ⇒ Types::RerankingMetadataSelectiveModeConfiguration
Returns the value of attribute selective_mode_configuration.
Instance Attribute Details
#selection_mode ⇒ "SELECTIVE", "ALL"
Returns the value of attribute selection_mode.
1782 1783 1784 |
# File 'sig/types.rbs', line 1782 def selection_mode @selection_mode end |
#selective_mode_configuration ⇒ Types::RerankingMetadataSelectiveModeConfiguration
Returns the value of attribute selective_mode_configuration.
1783 1784 1785 |
# File 'sig/types.rbs', line 1783 def selective_mode_configuration @selective_mode_configuration end |