Class: Aws::BedrockAgent::Types::MemoryConfiguration
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::BedrockAgent::Types::MemoryConfiguration
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-bedrockagent/types.rb
 
Overview
Details of the memory configuration.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #enabled_memory_types  ⇒ Array<String> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The type of memory that is stored.
 - 
  
    
      #storage_days  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The number of days the agent is configured to retain the conversational context.
 
Instance Attribute Details
#enabled_memory_types ⇒ Array<String>
The type of memory that is stored.
      5344 5345 5346 5347 5348 5349  | 
    
      # File 'lib/aws-sdk-bedrockagent/types.rb', line 5344 class MemoryConfiguration < Struct.new( :enabled_memory_types, :storage_days) SENSITIVE = [] include Aws::Structure end  | 
  
#storage_days ⇒ Integer
The number of days the agent is configured to retain the conversational context.
      5344 5345 5346 5347 5348 5349  | 
    
      # File 'lib/aws-sdk-bedrockagent/types.rb', line 5344 class MemoryConfiguration < Struct.new( :enabled_memory_types, :storage_days) SENSITIVE = [] include Aws::Structure end  |