Class: Aws::Types::RerankingMetadataSelectiveModeConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::RerankingMetadataSelectiveModeConfiguration
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: FieldsToExclude, FieldsToInclude, Unknown
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#fields_to_exclude ⇒ ::Array[Types::FieldForReranking]
Returns the value of attribute fields_to_exclude.
-
#fields_to_include ⇒ ::Array[Types::FieldForReranking]
Returns the value of attribute fields_to_include.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#fields_to_exclude ⇒ ::Array[Types::FieldForReranking]
Returns the value of attribute fields_to_exclude.
2326 2327 2328 |
# File 'sig/types.rbs', line 2326 def fields_to_exclude @fields_to_exclude end |
#fields_to_include ⇒ ::Array[Types::FieldForReranking]
Returns the value of attribute fields_to_include.
2327 2328 2329 |
# File 'sig/types.rbs', line 2327 def fields_to_include @fields_to_include end |
#unknown ⇒ Object
Returns the value of attribute unknown.
2328 2329 2330 |
# File 'sig/types.rbs', line 2328 def unknown @unknown end |