Class: Aws::BedrockAgentRuntime::Types::BedrockRerankingConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentRuntime::Types::BedrockRerankingConfiguration
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-bedrockagentruntime/types.rb
Overview
Contains configurations for an Amazon Bedrock reranker model.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#model_configuration ⇒ Types::BedrockRerankingModelConfiguration
Contains configurations for a reranker model.
-
#number_of_results ⇒ Integer
The number of results to return after reranking.
Instance Attribute Details
#model_configuration ⇒ Types::BedrockRerankingModelConfiguration
Contains configurations for a reranker model.
1337 1338 1339 1340 1341 1342 |
# File 'lib/aws-sdk-bedrockagentruntime/types.rb', line 1337 class BedrockRerankingConfiguration < Struct.new( :model_configuration, :number_of_results) SENSITIVE = [] include Aws::Structure end |
#number_of_results ⇒ Integer
The number of results to return after reranking.
1337 1338 1339 1340 1341 1342 |
# File 'lib/aws-sdk-bedrockagentruntime/types.rb', line 1337 class BedrockRerankingConfiguration < Struct.new( :model_configuration, :number_of_results) SENSITIVE = [] include Aws::Structure end |