Class: Aws::Types::VectorSearchBedrockRerankingConfiguration

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.



3721
3722
3723
# File 'sig/types.rbs', line 3721

def 
  @metadata_configuration
end

#model_configurationTypes::VectorSearchBedrockRerankingModelConfiguration

Returns the value of attribute model_configuration.



3719
3720
3721
# File 'sig/types.rbs', line 3719

def model_configuration
  @model_configuration
end

#number_of_reranked_results::Integer

Returns the value of attribute number_of_reranked_results.

Returns:

  • (::Integer)


3720
3721
3722
# File 'sig/types.rbs', line 3720

def number_of_reranked_results
  @number_of_reranked_results
end