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 the configurations to use OpenSearch Serverless to store knowledge base data.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #collection_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Arn of an OpenSearch Serverless collection.
 - 
  
    
      #field_mapping  ⇒ Types::OpenSearchServerlessFieldMapping 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A mapping of Bedrock Knowledge Base fields to OpenSearch Serverless field names.
 - 
  
    
      #vector_index_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Arn of an OpenSearch Serverless index.
 
Instance Attribute Details
#collection_arn ⇒ String
Arn of an OpenSearch Serverless collection.
      2466 2467 2468 2469 2470 2471 2472  | 
    
      # File 'lib/aws-sdk-bedrockagent/types.rb', line 2466 class OpenSearchServerlessConfiguration < Struct.new( :collection_arn, :vector_index_name, :field_mapping) SENSITIVE = [] include Aws::Structure end  | 
  
#field_mapping ⇒ Types::OpenSearchServerlessFieldMapping
A mapping of Bedrock Knowledge Base fields to OpenSearch Serverless field names
      2466 2467 2468 2469 2470 2471 2472  | 
    
      # File 'lib/aws-sdk-bedrockagent/types.rb', line 2466 class OpenSearchServerlessConfiguration < Struct.new( :collection_arn, :vector_index_name, :field_mapping) SENSITIVE = [] include Aws::Structure end  | 
  
#vector_index_name ⇒ String
Arn of an OpenSearch Serverless index.
      2466 2467 2468 2469 2470 2471 2472  | 
    
      # File 'lib/aws-sdk-bedrockagent/types.rb', line 2466 class OpenSearchServerlessConfiguration < Struct.new( :collection_arn, :vector_index_name, :field_mapping) SENSITIVE = [] include Aws::Structure end  |