Class: Aws::Bedrock::Types::FieldForReranking

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

Overview

Specifies a field to be used during the reranking process in a Knowledge Base vector search. This structure identifies metadata fields that should be considered when reordering search results to improve relevance.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#field_nameString

The name of the metadata field to be used during the reranking process.

Returns:

  • (String)


2529
2530
2531
2532
2533
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 2529

class FieldForReranking < Struct.new(
  :field_name)
  SENSITIVE = []
  include Aws::Structure
end