Class: Aws::BedrockAgent::Types::VectorKnowledgeBaseConfiguration
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::BedrockAgent::Types::VectorKnowledgeBaseConfiguration
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-bedrockagent/types.rb
 
Overview
Contains details about the model used to create vector embeddings for the knowledge base.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #embedding_model_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Amazon Resource Name (ARN) of the model used to create vector embeddings for the knowledge base.
 - 
  
    
      #embedding_model_configuration  ⇒ Types::EmbeddingModelConfiguration 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The embeddings model configuration details for the vector model used in Knowledge Base.
 
Instance Attribute Details
#embedding_model_arn ⇒ String
The Amazon Resource Name (ARN) of the model used to create vector embeddings for the knowledge base.
      7779 7780 7781 7782 7783 7784  | 
    
      # File 'lib/aws-sdk-bedrockagent/types.rb', line 7779 class VectorKnowledgeBaseConfiguration < Struct.new( :embedding_model_arn, :embedding_model_configuration) SENSITIVE = [] include Aws::Structure end  | 
  
#embedding_model_configuration ⇒ Types::EmbeddingModelConfiguration
The embeddings model configuration details for the vector model used in Knowledge Base.
      7779 7780 7781 7782 7783 7784  | 
    
      # File 'lib/aws-sdk-bedrockagent/types.rb', line 7779 class VectorKnowledgeBaseConfiguration < Struct.new( :embedding_model_arn, :embedding_model_configuration) SENSITIVE = [] include Aws::Structure end  |