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.
2954 2955 2956 |
# File 'sig/types.rbs', line 2954 def selection_mode @selection_mode end |
#selective_mode_configuration ⇒ Types::RerankingMetadataSelectiveModeConfiguration
Returns the value of attribute selective_mode_configuration.
2955 2956 2957 |
# File 'sig/types.rbs', line 2955 def selective_mode_configuration @selective_mode_configuration end |