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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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.



11609
11610
11611
11612
11613
11614
11615
# File 'lib/aws-sdk-bedrockagent/types.rb', line 11609

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

#model_configurationTypes::VectorSearchBedrockRerankingModelConfiguration

Specifies the configuration for the Amazon Bedrock reranker model.



11609
11610
11611
11612
11613
11614
11615
# File 'lib/aws-sdk-bedrockagent/types.rb', line 11609

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

#number_of_reranked_resultsInteger

Specifies the number of results to return after reranking.



11609
11610
11611
11612
11613
11614
11615
# File 'lib/aws-sdk-bedrockagent/types.rb', line 11609

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