Class: Aws::BedrockAgentCore::Types::MemoryRecordCreateInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentCore::Types::MemoryRecordCreateInput
- Defined in:
- gems/aws-sdk-bedrockagentcore/lib/aws-sdk-bedrockagentcore/types.rb
Overview
Input structure to create a new memory record.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#content ⇒ Types::MemoryContent
The content to be stored within the memory record.
-
#memory_strategy_id ⇒ String
The ID of the memory strategy that defines how this memory record is grouped.
-
#namespaces ⇒ Array<String>
A list of namespace identifiers that categorize or group the memory record.
-
#request_identifier ⇒ String
A client-provided identifier for tracking this specific record creation request.
-
#timestamp ⇒ Time
Time at which the memory record was created.
Instance Attribute Details
#content ⇒ Types::MemoryContent
The content to be stored within the memory record.
1987 1988 1989 1990 1991 1992 1993 1994 1995 |
# File 'gems/aws-sdk-bedrockagentcore/lib/aws-sdk-bedrockagentcore/types.rb', line 1987 class MemoryRecordCreateInput < Struct.new( :request_identifier, :namespaces, :content, :timestamp, :memory_strategy_id) SENSITIVE = [] include Aws::Structure end |
#memory_strategy_id ⇒ String
The ID of the memory strategy that defines how this memory record is grouped.
1987 1988 1989 1990 1991 1992 1993 1994 1995 |
# File 'gems/aws-sdk-bedrockagentcore/lib/aws-sdk-bedrockagentcore/types.rb', line 1987 class MemoryRecordCreateInput < Struct.new( :request_identifier, :namespaces, :content, :timestamp, :memory_strategy_id) SENSITIVE = [] include Aws::Structure end |
#namespaces ⇒ Array<String>
A list of namespace identifiers that categorize or group the memory record.
1987 1988 1989 1990 1991 1992 1993 1994 1995 |
# File 'gems/aws-sdk-bedrockagentcore/lib/aws-sdk-bedrockagentcore/types.rb', line 1987 class MemoryRecordCreateInput < Struct.new( :request_identifier, :namespaces, :content, :timestamp, :memory_strategy_id) SENSITIVE = [] include Aws::Structure end |
#request_identifier ⇒ String
A client-provided identifier for tracking this specific record creation request.
1987 1988 1989 1990 1991 1992 1993 1994 1995 |
# File 'gems/aws-sdk-bedrockagentcore/lib/aws-sdk-bedrockagentcore/types.rb', line 1987 class MemoryRecordCreateInput < Struct.new( :request_identifier, :namespaces, :content, :timestamp, :memory_strategy_id) SENSITIVE = [] include Aws::Structure end |
#timestamp ⇒ Time
Time at which the memory record was created.
1987 1988 1989 1990 1991 1992 1993 1994 1995 |
# File 'gems/aws-sdk-bedrockagentcore/lib/aws-sdk-bedrockagentcore/types.rb', line 1987 class MemoryRecordCreateInput < Struct.new( :request_identifier, :namespaces, :content, :timestamp, :memory_strategy_id) SENSITIVE = [] include Aws::Structure end |