Class: Aws::BedrockAgent::Types::NeptuneAnalyticsConfiguration
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::BedrockAgent::Types::NeptuneAnalyticsConfiguration
 
 
- Defined in:
 - gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb
 
Overview
Contains details about the storage configuration of the knowledge base in Amazon Neptune Analytics. For more information, see Create a vector index in Amazon Neptune Analytics.
Constant Summary collapse
- SENSITIVE =
 [:graph_arn]
Instance Attribute Summary collapse
- 
  
    
      #field_mapping  ⇒ Types::NeptuneAnalyticsFieldMapping 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Contains the names of the fields to which to map information about the vector store.
 - 
  
    
      #graph_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Amazon Resource Name (ARN) of the Neptune Analytics vector store.
 
Instance Attribute Details
#field_mapping ⇒ Types::NeptuneAnalyticsFieldMapping
Contains the names of the fields to which to map information about the vector store.
      7709 7710 7711 7712 7713 7714  | 
    
      # File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 7709 class NeptuneAnalyticsConfiguration < Struct.new( :graph_arn, :field_mapping) SENSITIVE = [:graph_arn] include Aws::Structure end  | 
  
#graph_arn ⇒ String
The Amazon Resource Name (ARN) of the Neptune Analytics vector store.
      7709 7710 7711 7712 7713 7714  | 
    
      # File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 7709 class NeptuneAnalyticsConfiguration < Struct.new( :graph_arn, :field_mapping) SENSITIVE = [:graph_arn] include Aws::Structure end  |