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

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

Instance Attribute Details

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

#typeString

The type of reranker that the configurations apply to.

Returns:

  • (String)


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