Class: Aws::BedrockAgent::Types::PineconeFieldMapping
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::BedrockAgent::Types::PineconeFieldMapping
 
 
- 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
- 
  
    
      #metadata_field  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Name of the field.
 - 
  
    
      #text_field  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Name of the field.
 
Instance Attribute Details
#metadata_field ⇒ String
Name of the field
      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_field ⇒ String
Name of the field
      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  |