Class: Aws::Types::RetrievalConfiguration

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#filterTypes::RetrievalFilterConfiguration

Returns the value of attribute filter.



2566
2567
2568
# File 'sig/types.rbs', line 2566

def filter
  @filter
end

#knowledge_sourceTypes::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.

Returns:

  • (::Integer)


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.

Returns:

  • ("HYBRID", "SEMANTIC")


2568
2569
2570
# File 'sig/types.rbs', line 2568

def override_knowledge_base_search_type
  @override_knowledge_base_search_type
end