Class: Aws::BedrockAgentRuntime::Types::AgenticRetrieveRerankingConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentRuntime::Types::AgenticRetrieveRerankingConfiguration
- Defined in:
- gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb
Overview
Configuration for the reranking model.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#bedrock_reranking_configuration ⇒ Types::AgenticRetrieveBedrockRerankingConfiguration
The Bedrock reranking model configuration.
-
#type ⇒ String
The type of reranking configuration.
Instance Attribute Details
#bedrock_reranking_configuration ⇒ Types::AgenticRetrieveBedrockRerankingConfiguration
The Bedrock reranking model configuration.
687 688 689 690 691 692 |
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 687 class AgenticRetrieveRerankingConfiguration < Struct.new( :bedrock_reranking_configuration, :type) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The type of reranking configuration.
687 688 689 690 691 692 |
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 687 class AgenticRetrieveRerankingConfiguration < Struct.new( :bedrock_reranking_configuration, :type) SENSITIVE = [] include Aws::Structure end |