Class: Aws::BedrockAgentRuntime::Types::VectorSearchBedrockRerankingConfiguration

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

Overview

Contains configurations for reranking with an Amazon Bedrock reranker model.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#metadata_configurationTypes::MetadataConfigurationForReranking

Contains configurations for the metadata to use in reranking.



6186
6187
6188
6189
6190
6191
6192
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 6186

class VectorSearchBedrockRerankingConfiguration < Struct.new(
  :metadata_configuration,
  :model_configuration,
  :number_of_reranked_results)
  SENSITIVE = []
  include Aws::Structure
end

#model_configurationTypes::VectorSearchBedrockRerankingModelConfiguration

Contains configurations for the reranker model.



6186
6187
6188
6189
6190
6191
6192
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 6186

class VectorSearchBedrockRerankingConfiguration < Struct.new(
  :metadata_configuration,
  :model_configuration,
  :number_of_reranked_results)
  SENSITIVE = []
  include Aws::Structure
end

#number_of_reranked_resultsInteger

The number of results to return after reranking.

Returns:

  • (Integer)


6186
6187
6188
6189
6190
6191
6192
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 6186

class VectorSearchBedrockRerankingConfiguration < Struct.new(
  :metadata_configuration,
  :model_configuration,
  :number_of_reranked_results)
  SENSITIVE = []
  include Aws::Structure
end