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.



1807
1808
1809
# File 'sig/types.rbs', line 1807

def filter
  @filter
end

#number_of_results::Integer

Returns the value of attribute number_of_results.

Returns:

  • (::Integer)


1808
1809
1810
# File 'sig/types.rbs', line 1808

def number_of_results
  @number_of_results
end

#reranking_configurationTypes::ManagedSearchRerankingConfiguration

Returns the value of attribute reranking_configuration.



1809
1810
1811
# File 'sig/types.rbs', line 1809

def reranking_configuration
  @reranking_configuration
end

#reranking_model_type"CUSTOM", ...

Returns the value of attribute reranking_model_type.

Returns:

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


1810
1811
1812
# File 'sig/types.rbs', line 1810

def reranking_model_type
  @reranking_model_type
end