Class: Aws::BedrockAgent::Types::KnowledgeBaseConfiguration
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::BedrockAgent::Types::KnowledgeBaseConfiguration
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-bedrockagent/types.rb
 
Overview
Contains details about the embeddings configuration of the knowledge base.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #type  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The type of data that the data source is converted into for the knowledge base.
 - 
  
    
      #vector_knowledge_base_configuration  ⇒ Types::VectorKnowledgeBaseConfiguration 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Contains details about the embeddings model that’sused to convert the data source.
 
Instance Attribute Details
#type ⇒ String
The type of data that the data source is converted into for the knowledge base.
      2517 2518 2519 2520 2521 2522  | 
    
      # File 'lib/aws-sdk-bedrockagent/types.rb', line 2517 class KnowledgeBaseConfiguration < Struct.new( :type, :vector_knowledge_base_configuration) SENSITIVE = [] include Aws::Structure end  | 
  
#vector_knowledge_base_configuration ⇒ Types::VectorKnowledgeBaseConfiguration
Contains details about the embeddings model that’sused to convert the data source.
      2517 2518 2519 2520 2521 2522  | 
    
      # File 'lib/aws-sdk-bedrockagent/types.rb', line 2517 class KnowledgeBaseConfiguration < Struct.new( :type, :vector_knowledge_base_configuration) SENSITIVE = [] include Aws::Structure end  |