Class: Aws::BedrockAgent::Types::VectorSearchBedrockRerankingConfiguration

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb

Overview

Configures the Amazon Bedrock reranker model to improve the relevance of retrieved results.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#metadata_configurationTypes::MetadataConfigurationForReranking

Specifies how metadata fields should be handled during the reranking process.



11564
11565
11566
11567
11568
11569
11570
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 11564

class VectorSearchBedrockRerankingConfiguration < Struct.new(
  :metadata_configuration,
  :model_configuration,
  :number_of_reranked_results)
  SENSITIVE = []
  include Aws::Structure
end

#model_configurationTypes::VectorSearchBedrockRerankingModelConfiguration

Specifies the configuration for the Amazon Bedrock reranker model.



11564
11565
11566
11567
11568
11569
11570
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 11564

class VectorSearchBedrockRerankingConfiguration < Struct.new(
  :metadata_configuration,
  :model_configuration,
  :number_of_reranked_results)
  SENSITIVE = []
  include Aws::Structure
end

#number_of_reranked_resultsInteger

Specifies the number of results to return after reranking.

Returns:

  • (Integer)


11564
11565
11566
11567
11568
11569
11570
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 11564

class VectorSearchBedrockRerankingConfiguration < Struct.new(
  :metadata_configuration,
  :model_configuration,
  :number_of_reranked_results)
  SENSITIVE = []
  include Aws::Structure
end