Class: Aws::Types::ManagedSearchConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:filter])

Instance Attribute Summary collapse

Instance Attribute Details

#filterTypes::RetrievalFilter

Returns the value of attribute filter.



1725
1726
1727
# File 'sig/types.rbs', line 1725

def filter
  @filter
end

#number_of_results::Integer

Returns the value of attribute number_of_results.

Returns:

  • (::Integer)


1726
1727
1728
# File 'sig/types.rbs', line 1726

def number_of_results
  @number_of_results
end

#reranking_configurationTypes::ManagedSearchRerankingConfiguration

Returns the value of attribute reranking_configuration.



1727
1728
1729
# File 'sig/types.rbs', line 1727

def reranking_configuration
  @reranking_configuration
end

#reranking_model_type"CUSTOM", ...

Returns the value of attribute reranking_model_type.

Returns:

  • ("CUSTOM", "MANAGED", "NONE")


1728
1729
1730
# File 'sig/types.rbs', line 1728

def reranking_model_type
  @reranking_model_type
end