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.
2244 2245 2246 |
# File 'sig/types.rbs', line 2244 def fields_to_exclude @fields_to_exclude end |
#fields_to_include ⇒ ::Array[Types::FieldForReranking]
Returns the value of attribute fields_to_include.
2245 2246 2247 |
# File 'sig/types.rbs', line 2245 def fields_to_include @fields_to_include end |
#unknown ⇒ Object
Returns the value of attribute unknown.
2246 2247 2248 |
# File 'sig/types.rbs', line 2246 def unknown @unknown end |