Class: Aws::BedrockAgentCore::Types::MemoryRecord
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentCore::Types::MemoryRecord
- Defined in:
- gems/aws-sdk-bedrockagentcore/lib/aws-sdk-bedrockagentcore/types.rb
Overview
Contains information about a memory record in a memory store.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#content ⇒ Types::MemoryContent
The content of the memory record.
-
#created_at ⇒ Time
The timestamp when the memory record was created.
-
#memory_record_id ⇒ String
The unique identifier of the memory record.
-
#memory_strategy_id ⇒ String
The identifier of the memory strategy associated with this record.
-
#namespaces ⇒ Array<String>
The namespaces associated with this memory record.
Instance Attribute Details
#content ⇒ Types::MemoryContent
The content of the memory record.
1631 1632 1633 1634 1635 1636 1637 1638 1639 |
# File 'gems/aws-sdk-bedrockagentcore/lib/aws-sdk-bedrockagentcore/types.rb', line 1631 class MemoryRecord < Struct.new( :memory_record_id, :content, :memory_strategy_id, :namespaces, :created_at) SENSITIVE = [] include Aws::Structure end |
#created_at ⇒ Time
The timestamp when the memory record was created.
1631 1632 1633 1634 1635 1636 1637 1638 1639 |
# File 'gems/aws-sdk-bedrockagentcore/lib/aws-sdk-bedrockagentcore/types.rb', line 1631 class MemoryRecord < Struct.new( :memory_record_id, :content, :memory_strategy_id, :namespaces, :created_at) SENSITIVE = [] include Aws::Structure end |
#memory_record_id ⇒ String
The unique identifier of the memory record.
1631 1632 1633 1634 1635 1636 1637 1638 1639 |
# File 'gems/aws-sdk-bedrockagentcore/lib/aws-sdk-bedrockagentcore/types.rb', line 1631 class MemoryRecord < Struct.new( :memory_record_id, :content, :memory_strategy_id, :namespaces, :created_at) SENSITIVE = [] include Aws::Structure end |
#memory_strategy_id ⇒ String
The identifier of the memory strategy associated with this record.
1631 1632 1633 1634 1635 1636 1637 1638 1639 |
# File 'gems/aws-sdk-bedrockagentcore/lib/aws-sdk-bedrockagentcore/types.rb', line 1631 class MemoryRecord < Struct.new( :memory_record_id, :content, :memory_strategy_id, :namespaces, :created_at) SENSITIVE = [] include Aws::Structure end |
#namespaces ⇒ Array<String>
The namespaces associated with this memory record. Namespaces help organize and categorize memory records.
1631 1632 1633 1634 1635 1636 1637 1638 1639 |
# File 'gems/aws-sdk-bedrockagentcore/lib/aws-sdk-bedrockagentcore/types.rb', line 1631 class MemoryRecord < Struct.new( :memory_record_id, :content, :memory_strategy_id, :namespaces, :created_at) SENSITIVE = [] include Aws::Structure end |