Class: Aws::BedrockAgentRuntime::Types::AgenticRetrieveBedrockRerankingConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentRuntime::Types::AgenticRetrieveBedrockRerankingConfiguration
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-bedrockagentruntime/types.rb
Overview
Configuration for a Bedrock reranking model.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#model_configuration ⇒ Types::AgenticRetrieveBedrockRerankingModelConfiguration
The model configuration containing the model ARN.
Instance Attribute Details
#model_configuration ⇒ Types::AgenticRetrieveBedrockRerankingModelConfiguration
The model configuration containing the model ARN.
448 449 450 451 452 |
# File 'lib/aws-sdk-bedrockagentruntime/types.rb', line 448 class AgenticRetrieveBedrockRerankingConfiguration < Struct.new( :model_configuration) SENSITIVE = [] include Aws::Structure end |