Class: Aws::BedrockAgent::Types::FieldForReranking
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgent::Types::FieldForReranking
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-bedrockagent/types.rb
Overview
Specifies a metadata field to include or exclude during the reranking process.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#field_name ⇒ String
The name of the metadata field to include or exclude during reranking.
Instance Attribute Details
#field_name ⇒ String
The name of the metadata field to include or exclude during reranking.
3793 3794 3795 3796 3797 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 3793 class FieldForReranking < Struct.new( :field_name) SENSITIVE = [] include Aws::Structure end |