Class: Aws::BedrockAgent::Types::OpenSearchServerlessConfiguration
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::BedrockAgent::Types::OpenSearchServerlessConfiguration
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-bedrockagent/types.rb
 
Overview
Contains details about the storage configuration of the knowledge base in Amazon OpenSearch Service. For more information, see [Create a vector index in Amazon OpenSearch Service].
[1]: docs.aws.amazon.com/bedrock/latest/userguide/knowledge-base-setup-oss.html
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #collection_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Amazon Resource Name (ARN) of the OpenSearch Service vector store.
 - 
  
    
      #field_mapping  ⇒ Types::OpenSearchServerlessFieldMapping 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Contains the names of the fields to which to map information about the vector store.
 - 
  
    
      #vector_index_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the vector store.
 
Instance Attribute Details
#collection_arn ⇒ String
The Amazon Resource Name (ARN) of the OpenSearch Service vector store.
      5455 5456 5457 5458 5459 5460 5461  | 
    
      # File 'lib/aws-sdk-bedrockagent/types.rb', line 5455 class OpenSearchServerlessConfiguration < Struct.new( :collection_arn, :field_mapping, :vector_index_name) SENSITIVE = [] include Aws::Structure end  | 
  
#field_mapping ⇒ Types::OpenSearchServerlessFieldMapping
Contains the names of the fields to which to map information about the vector store.
      5455 5456 5457 5458 5459 5460 5461  | 
    
      # File 'lib/aws-sdk-bedrockagent/types.rb', line 5455 class OpenSearchServerlessConfiguration < Struct.new( :collection_arn, :field_mapping, :vector_index_name) SENSITIVE = [] include Aws::Structure end  | 
  
#vector_index_name ⇒ String
The name of the vector store.
      5455 5456 5457 5458 5459 5460 5461  | 
    
      # File 'lib/aws-sdk-bedrockagent/types.rb', line 5455 class OpenSearchServerlessConfiguration < Struct.new( :collection_arn, :field_mapping, :vector_index_name) SENSITIVE = [] include Aws::Structure end  |