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.
1624 1625 1626 |
# File 'sig/types.rbs', line 1624 def filter @filter end |
#implicit_filter_configuration ⇒ Types::ImplicitFilterConfiguration
Returns the value of attribute implicit_filter_configuration.
1625 1626 1627 |
# File 'sig/types.rbs', line 1625 def implicit_filter_configuration @implicit_filter_configuration end |
#number_of_results ⇒ ::Integer
Returns the value of attribute number_of_results.
1626 1627 1628 |
# File 'sig/types.rbs', line 1626 def number_of_results @number_of_results end |
#override_search_type ⇒ "HYBRID", "SEMANTIC"
Returns the value of attribute override_search_type.
1627 1628 1629 |
# File 'sig/types.rbs', line 1627 def override_search_type @override_search_type end |
#reranking_configuration ⇒ Types::VectorSearchRerankingConfiguration
Returns the value of attribute reranking_configuration.
1628 1629 1630 |
# File 'sig/types.rbs', line 1628 def reranking_configuration @reranking_configuration end |