Class: Aws::BedrockAgentCore::Types::MemoryRecordUpdateInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentCore::Types::MemoryRecordUpdateInput
- Defined in:
- gems/aws-sdk-bedrockagentcore/lib/aws-sdk-bedrockagentcore/types.rb
Overview
Input structure to update an existing memory record.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#content ⇒ Types::MemoryContent
The content to be stored within the memory record.
-
#memory_record_id ⇒ String
The unique ID of the memory record to be updated.
-
#memory_strategy_id ⇒ String
The updated ID of the memory strategy that defines how this memory record is grouped.
-
#namespaces ⇒ Array<String>
The updated list of namespace identifiers for categorizing the memory record.
-
#timestamp ⇒ Time
Time at which the memory record was updated.
Instance Attribute Details
#content ⇒ Types::MemoryContent
The content to be stored within the memory record.
2115 2116 2117 2118 2119 2120 2121 2122 2123 |
# File 'gems/aws-sdk-bedrockagentcore/lib/aws-sdk-bedrockagentcore/types.rb', line 2115 class MemoryRecordUpdateInput < Struct.new( :memory_record_id, :timestamp, :content, :namespaces, :memory_strategy_id) SENSITIVE = [] include Aws::Structure end |
#memory_record_id ⇒ String
The unique ID of the memory record to be updated.
2115 2116 2117 2118 2119 2120 2121 2122 2123 |
# File 'gems/aws-sdk-bedrockagentcore/lib/aws-sdk-bedrockagentcore/types.rb', line 2115 class MemoryRecordUpdateInput < Struct.new( :memory_record_id, :timestamp, :content, :namespaces, :memory_strategy_id) SENSITIVE = [] include Aws::Structure end |
#memory_strategy_id ⇒ String
The updated ID of the memory strategy that defines how this memory record is grouped.
2115 2116 2117 2118 2119 2120 2121 2122 2123 |
# File 'gems/aws-sdk-bedrockagentcore/lib/aws-sdk-bedrockagentcore/types.rb', line 2115 class MemoryRecordUpdateInput < Struct.new( :memory_record_id, :timestamp, :content, :namespaces, :memory_strategy_id) SENSITIVE = [] include Aws::Structure end |
#namespaces ⇒ Array<String>
The updated list of namespace identifiers for categorizing the memory record.
2115 2116 2117 2118 2119 2120 2121 2122 2123 |
# File 'gems/aws-sdk-bedrockagentcore/lib/aws-sdk-bedrockagentcore/types.rb', line 2115 class MemoryRecordUpdateInput < Struct.new( :memory_record_id, :timestamp, :content, :namespaces, :memory_strategy_id) SENSITIVE = [] include Aws::Structure end |
#timestamp ⇒ Time
Time at which the memory record was updated
2115 2116 2117 2118 2119 2120 2121 2122 2123 |
# File 'gems/aws-sdk-bedrockagentcore/lib/aws-sdk-bedrockagentcore/types.rb', line 2115 class MemoryRecordUpdateInput < Struct.new( :memory_record_id, :timestamp, :content, :namespaces, :memory_strategy_id) SENSITIVE = [] include Aws::Structure end |