Class: Aws::BedrockAgentRuntime::Types::AgenticRetrieveBedrockRerankingConfiguration

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#model_configurationTypes::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