Class: Aws::BedrockAgent::Types::MemoryConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgent::Types::MemoryConfiguration
- Defined in:
- gems/aws-sdk-bedrockagent/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.
5773 5774 5775 5776 5777 5778 |
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 5773 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.
5773 5774 5775 5776 5777 5778 |
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 5773 class MemoryConfiguration < Struct.new( :enabled_memory_types, :storage_days) SENSITIVE = [] include Aws::Structure end |