Class: Aws::BedrockAgent::Types::PineconeFieldMapping

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-bedrockagent/types.rb

Overview

A mapping of Bedrock Knowledge Base fields to Pinecone field names

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#metadata_fieldString

Name of the field

Returns:

  • (String)


2541
2542
2543
2544
2545
2546
# File 'lib/aws-sdk-bedrockagent/types.rb', line 2541

class PineconeFieldMapping < Struct.new(
  :text_field,
  :metadata_field)
  SENSITIVE = []
  include Aws::Structure
end

#text_fieldString

Name of the field

Returns:

  • (String)


2541
2542
2543
2544
2545
2546
# File 'lib/aws-sdk-bedrockagent/types.rb', line 2541

class PineconeFieldMapping < Struct.new(
  :text_field,
  :metadata_field)
  SENSITIVE = []
  include Aws::Structure
end