Class: Aws::Types::ManagedSearchBedrockRerankingConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#metadata_configurationTypes::MetadataConfigurationForReranking

Returns the value of attribute metadata_configuration.



1712
1713
1714
# File 'sig/types.rbs', line 1712

def 
  @metadata_configuration
end

#model_configurationTypes::ManagedSearchBedrockRerankingModelConfiguration

Returns the value of attribute model_configuration.



1713
1714
1715
# File 'sig/types.rbs', line 1713

def model_configuration
  @model_configuration
end

#number_of_reranked_results::Integer

Returns the value of attribute number_of_reranked_results.

Returns:

  • (::Integer)


1714
1715
1716
# File 'sig/types.rbs', line 1714

def number_of_reranked_results
  @number_of_reranked_results
end