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 an AgentCore Memory resource.
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.
1638 1639 1640 1641 1642 1643 1644 1645 1646 |
# File 'gems/aws-sdk-bedrockagentcore/lib/aws-sdk-bedrockagentcore/types.rb', line 1638 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.
1638 1639 1640 1641 1642 1643 1644 1645 1646 |
# File 'gems/aws-sdk-bedrockagentcore/lib/aws-sdk-bedrockagentcore/types.rb', line 1638 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.
1638 1639 1640 1641 1642 1643 1644 1645 1646 |
# File 'gems/aws-sdk-bedrockagentcore/lib/aws-sdk-bedrockagentcore/types.rb', line 1638 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.
1638 1639 1640 1641 1642 1643 1644 1645 1646 |
# File 'gems/aws-sdk-bedrockagentcore/lib/aws-sdk-bedrockagentcore/types.rb', line 1638 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.
1638 1639 1640 1641 1642 1643 1644 1645 1646 |
# File 'gems/aws-sdk-bedrockagentcore/lib/aws-sdk-bedrockagentcore/types.rb', line 1638 class MemoryRecord < Struct.new( :memory_record_id, :content, :memory_strategy_id, :namespaces, :created_at) SENSITIVE = [] include Aws::Structure end |