Class: Aws::Types::RetrievalConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::RetrievalConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#filter ⇒ Types::RetrievalFilterConfiguration
Returns the value of attribute filter.
-
#knowledge_source ⇒ Types::KnowledgeSource
Returns the value of attribute knowledge_source.
-
#number_of_results ⇒ ::Integer
Returns the value of attribute number_of_results.
-
#override_knowledge_base_search_type ⇒ "HYBRID", "SEMANTIC"
Returns the value of attribute override_knowledge_base_search_type.
Instance Attribute Details
#filter ⇒ Types::RetrievalFilterConfiguration
Returns the value of attribute filter.
2566 2567 2568 |
# File 'sig/types.rbs', line 2566 def filter @filter end |
#knowledge_source ⇒ Types::KnowledgeSource
Returns the value of attribute knowledge_source.
2565 2566 2567 |
# File 'sig/types.rbs', line 2565 def knowledge_source @knowledge_source end |
#number_of_results ⇒ ::Integer
Returns the value of attribute number_of_results.
2567 2568 2569 |
# File 'sig/types.rbs', line 2567 def number_of_results @number_of_results end |
#override_knowledge_base_search_type ⇒ "HYBRID", "SEMANTIC"
Returns the value of attribute override_knowledge_base_search_type.
2568 2569 2570 |
# File 'sig/types.rbs', line 2568 def override_knowledge_base_search_type @override_knowledge_base_search_type end |