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.
2562 2563 2564 |
# File 'sig/types.rbs', line 2562 def filter @filter end |
#implicit_filter_configuration ⇒ Types::ImplicitFilterConfiguration
Returns the value of attribute implicit_filter_configuration.
2563 2564 2565 |
# File 'sig/types.rbs', line 2563 def implicit_filter_configuration @implicit_filter_configuration end |
#number_of_results ⇒ ::Integer
Returns the value of attribute number_of_results.
2560 2561 2562 |
# File 'sig/types.rbs', line 2560 def number_of_results @number_of_results end |
#override_search_type ⇒ "HYBRID", "SEMANTIC"
Returns the value of attribute override_search_type.
2561 2562 2563 |
# File 'sig/types.rbs', line 2561 def override_search_type @override_search_type end |
#reranking_configuration ⇒ Types::VectorSearchRerankingConfiguration
Returns the value of attribute reranking_configuration.
2564 2565 2566 |
# File 'sig/types.rbs', line 2564 def reranking_configuration @reranking_configuration end |