Class: Aws::BedrockAgentRuntime::Types::RerankingConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentRuntime::Types::RerankingConfiguration
- Defined in:
- gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb
Overview
Contains configurations for reranking.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#bedrock_reranking_configuration ⇒ Types::BedrockRerankingConfiguration
Contains configurations for an Amazon Bedrock reranker.
-
#type ⇒ String
The type of reranker that the configurations apply to.
Instance Attribute Details
#bedrock_reranking_configuration ⇒ Types::BedrockRerankingConfiguration
Contains configurations for an Amazon Bedrock reranker.
7137 7138 7139 7140 7141 7142 |
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 7137 class RerankingConfiguration < Struct.new( :type, :bedrock_reranking_configuration) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The type of reranker that the configurations apply to.
7137 7138 7139 7140 7141 7142 |
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 7137 class RerankingConfiguration < Struct.new( :type, :bedrock_reranking_configuration) SENSITIVE = [] include Aws::Structure end |