Class: Aws::BedrockAgent::Types::FieldForReranking

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#field_nameString

The name of the metadata field to include or exclude during reranking.

Returns:

  • (String)


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