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.
1725 1726 1727 |
# File 'sig/types.rbs', line 1725 def filter @filter end |
#number_of_results ⇒ ::Integer
Returns the value of attribute number_of_results.
1726 1727 1728 |
# File 'sig/types.rbs', line 1726 def number_of_results @number_of_results end |
#reranking_configuration ⇒ Types::ManagedSearchRerankingConfiguration
Returns the value of attribute reranking_configuration.
1727 1728 1729 |
# File 'sig/types.rbs', line 1727 def reranking_configuration @reranking_configuration end |
#reranking_model_type ⇒ "CUSTOM", ...
Returns the value of attribute reranking_model_type.
1728 1729 1730 |
# File 'sig/types.rbs', line 1728 def reranking_model_type @reranking_model_type end |