Class: Aws::BedrockAgentRuntime::Types::RerankingConfiguration

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-bedrockagentruntime/types.rb

Overview

Contains configurations for reranking.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#bedrock_reranking_configurationTypes::BedrockRerankingConfiguration

Contains configurations for an Amazon Bedrock reranker.



8546
8547
8548
8549
8550
8551
# File 'lib/aws-sdk-bedrockagentruntime/types.rb', line 8546

class RerankingConfiguration < Struct.new(
  :bedrock_reranking_configuration,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

The type of reranker that the configurations apply to.

Returns:

  • (String)


8546
8547
8548
8549
8550
8551
# File 'lib/aws-sdk-bedrockagentruntime/types.rb', line 8546

class RerankingConfiguration < Struct.new(
  :bedrock_reranking_configuration,
  :type)
  SENSITIVE = []
  include Aws::Structure
end