Class: Aws::BedrockAgent::Types::FieldForReranking
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgent::Types::FieldForReranking
- Defined in:
- gems/aws-sdk-bedrockagent/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.
3749 3750 3751 3752 3753 |
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 3749 class FieldForReranking < Struct.new( :field_name) SENSITIVE = [] include Aws::Structure end |