Class: Aws::Bedrock::Types::FieldForReranking
- Inherits:
-
Struct
- Object
- Struct
- Aws::Bedrock::Types::FieldForReranking
- Includes:
- Structure
- Defined in:
- 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
-
#field_name ⇒ String
The name of the metadata field to be used during the reranking process.
Instance Attribute Details
#field_name ⇒ String
The name of the metadata field to be used during the reranking process.
4989 4990 4991 4992 4993 |
# File 'lib/aws-sdk-bedrock/types.rb', line 4989 class FieldForReranking < Struct.new( :field_name) SENSITIVE = [] include Aws::Structure end |