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.
5338 5339 5340 5341 5342 5343 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 5338 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.
5338 5339 5340 5341 5342 5343 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 5338 class MemoryConfiguration < Struct.new( :enabled_memory_types, :storage_days) SENSITIVE = [] include Aws::Structure end |