Class: Aws::BedrockAgent::Types::VectorSearchBedrockRerankingConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgent::Types::VectorSearchBedrockRerankingConfiguration
- 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
-
#metadata_configuration ⇒ Types::MetadataConfigurationForReranking
Specifies how metadata fields should be handled during the reranking process.
-
#model_configuration ⇒ Types::VectorSearchBedrockRerankingModelConfiguration
Specifies the configuration for the Amazon Bedrock reranker model.
-
#number_of_reranked_results ⇒ Integer
Specifies the number of results to return after reranking.
Instance Attribute Details
#metadata_configuration ⇒ Types::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_configuration ⇒ Types::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_results ⇒ Integer
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 |