Class: Aws::Types::ManagedSearchConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::ManagedSearchConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#filter ⇒ Types::RetrievalFilter
Returns the value of attribute filter.
-
#number_of_results ⇒ ::Integer
Returns the value of attribute number_of_results.
-
#reranking_configuration ⇒ Types::ManagedSearchRerankingConfiguration
Returns the value of attribute reranking_configuration.
-
#reranking_model_type ⇒ "CUSTOM", ...
Returns the value of attribute reranking_model_type.
Instance Attribute Details
#filter ⇒ Types::RetrievalFilter
Returns the value of attribute filter.
1807 1808 1809 |
# File 'sig/types.rbs', line 1807 def filter @filter end |
#number_of_results ⇒ ::Integer
Returns the value of attribute number_of_results.
1808 1809 1810 |
# File 'sig/types.rbs', line 1808 def number_of_results @number_of_results end |
#reranking_configuration ⇒ Types::ManagedSearchRerankingConfiguration
Returns the value of attribute reranking_configuration.
1809 1810 1811 |
# File 'sig/types.rbs', line 1809 def reranking_configuration @reranking_configuration end |
#reranking_model_type ⇒ "CUSTOM", ...
Returns the value of attribute reranking_model_type.
1810 1811 1812 |
# File 'sig/types.rbs', line 1810 def reranking_model_type @reranking_model_type end |