Class: Aws::BedrockAgent::Types::MemoryConfiguration

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-bedrockagent/types.rb

Overview

Details of the memory configuration.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#enabled_memory_typesArray<String>

The type of memory that is stored.

Returns:

  • (Array<String>)


5326
5327
5328
5329
5330
5331
# File 'lib/aws-sdk-bedrockagent/types.rb', line 5326

class MemoryConfiguration < Struct.new(
  :enabled_memory_types,
  :storage_days)
  SENSITIVE = []
  include Aws::Structure
end

#storage_daysInteger

The number of days the agent is configured to retain the conversational context.

Returns:

  • (Integer)


5326
5327
5328
5329
5330
5331
# File 'lib/aws-sdk-bedrockagent/types.rb', line 5326

class MemoryConfiguration < Struct.new(
  :enabled_memory_types,
  :storage_days)
  SENSITIVE = []
  include Aws::Structure
end