Class: Aws::BedrockAgent::Types::PineconeConfiguration
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::BedrockAgent::Types::PineconeConfiguration
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-bedrockagent/types.rb
 
Overview
Contains the configurations to use Pinecone to store knowledge base data.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #connection_string  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Pinecone connection string.
 - 
  
    
      #credentials_secret_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Arn of a SecretsManager Secret.
 - 
  
    
      #field_mapping  ⇒ Types::PineconeFieldMapping 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A mapping of Bedrock Knowledge Base fields to Pinecone field names.
 - 
  
    
      #namespace  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Pinecone namespace.
 
Instance Attribute Details
#connection_string ⇒ String
Pinecone connection string
      2520 2521 2522 2523 2524 2525 2526 2527  | 
    
      # File 'lib/aws-sdk-bedrockagent/types.rb', line 2520 class PineconeConfiguration < Struct.new( :connection_string, :credentials_secret_arn, :namespace, :field_mapping) SENSITIVE = [] include Aws::Structure end  | 
  
#credentials_secret_arn ⇒ String
Arn of a SecretsManager Secret.
      2520 2521 2522 2523 2524 2525 2526 2527  | 
    
      # File 'lib/aws-sdk-bedrockagent/types.rb', line 2520 class PineconeConfiguration < Struct.new( :connection_string, :credentials_secret_arn, :namespace, :field_mapping) SENSITIVE = [] include Aws::Structure end  | 
  
#field_mapping ⇒ Types::PineconeFieldMapping
A mapping of Bedrock Knowledge Base fields to Pinecone field names
      2520 2521 2522 2523 2524 2525 2526 2527  | 
    
      # File 'lib/aws-sdk-bedrockagent/types.rb', line 2520 class PineconeConfiguration < Struct.new( :connection_string, :credentials_secret_arn, :namespace, :field_mapping) SENSITIVE = [] include Aws::Structure end  | 
  
#namespace ⇒ String
Pinecone namespace
      2520 2521 2522 2523 2524 2525 2526 2527  | 
    
      # File 'lib/aws-sdk-bedrockagent/types.rb', line 2520 class PineconeConfiguration < Struct.new( :connection_string, :credentials_secret_arn, :namespace, :field_mapping) SENSITIVE = [] include Aws::Structure end  |