Class: Aws::Types::KnowledgeBaseVectorSearchConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::KnowledgeBaseVectorSearchConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#filter ⇒ Types::RetrievalFilter
Returns the value of attribute filter.
-
#implicit_filter_configuration ⇒ Types::ImplicitFilterConfiguration
Returns the value of attribute implicit_filter_configuration.
-
#number_of_results ⇒ ::Integer
Returns the value of attribute number_of_results.
-
#override_search_type ⇒ "HYBRID", "SEMANTIC"
Returns the value of attribute override_search_type.
-
#reranking_configuration ⇒ Types::VectorSearchRerankingConfiguration
Returns the value of attribute reranking_configuration.
Instance Attribute Details
#filter ⇒ Types::RetrievalFilter
Returns the value of attribute filter.
1706 1707 1708 |
# File 'sig/types.rbs', line 1706 def filter @filter end |
#implicit_filter_configuration ⇒ Types::ImplicitFilterConfiguration
Returns the value of attribute implicit_filter_configuration.
1707 1708 1709 |
# File 'sig/types.rbs', line 1707 def implicit_filter_configuration @implicit_filter_configuration end |
#number_of_results ⇒ ::Integer
Returns the value of attribute number_of_results.
1708 1709 1710 |
# File 'sig/types.rbs', line 1708 def number_of_results @number_of_results end |
#override_search_type ⇒ "HYBRID", "SEMANTIC"
Returns the value of attribute override_search_type.
1709 1710 1711 |
# File 'sig/types.rbs', line 1709 def override_search_type @override_search_type end |
#reranking_configuration ⇒ Types::VectorSearchRerankingConfiguration
Returns the value of attribute reranking_configuration.
1710 1711 1712 |
# File 'sig/types.rbs', line 1710 def reranking_configuration @reranking_configuration end |