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.



9006
9007
9008
9009
9010
9011
9012
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 9006

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

#model_configurationTypes::VectorSearchBedrockRerankingModelConfiguration

Contains configurations for the reranker model.



9006
9007
9008
9009
9010
9011
9012
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 9006

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

#number_of_reranked_resultsInteger

The number of results to return after reranking.

Returns:

  • (Integer)


9006
9007
9008
9009
9010
9011
9012
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 9006

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