Class: Aws::BedrockAgentCore::Types::BatchCreateMemoryRecordsInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentCore::Types::BatchCreateMemoryRecordsInput
- Defined in:
- gems/aws-sdk-bedrockagentcore/lib/aws-sdk-bedrockagentcore/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#client_token ⇒ String
A unique, case-sensitive identifier to ensure idempotent processing of the batch request.
-
#memory_id ⇒ String
The unique ID of the memory resource where records will be created.
-
#records ⇒ Array<Types::MemoryRecordCreateInput>
A list of memory record creation inputs to be processed in the batch operation.
Instance Attribute Details
#client_token ⇒ String
A unique, case-sensitive identifier to ensure idempotent processing of the batch request.
A suitable default value is auto-generated. You should normally not need to pass this option.
104 105 106 107 108 109 110 |
# File 'gems/aws-sdk-bedrockagentcore/lib/aws-sdk-bedrockagentcore/types.rb', line 104 class BatchCreateMemoryRecordsInput < Struct.new( :memory_id, :records, :client_token) SENSITIVE = [] include Aws::Structure end |
#memory_id ⇒ String
The unique ID of the memory resource where records will be created.
104 105 106 107 108 109 110 |
# File 'gems/aws-sdk-bedrockagentcore/lib/aws-sdk-bedrockagentcore/types.rb', line 104 class BatchCreateMemoryRecordsInput < Struct.new( :memory_id, :records, :client_token) SENSITIVE = [] include Aws::Structure end |
#records ⇒ Array<Types::MemoryRecordCreateInput>
A list of memory record creation inputs to be processed in the batch operation.
104 105 106 107 108 109 110 |
# File 'gems/aws-sdk-bedrockagentcore/lib/aws-sdk-bedrockagentcore/types.rb', line 104 class BatchCreateMemoryRecordsInput < Struct.new( :memory_id, :records, :client_token) SENSITIVE = [] include Aws::Structure end |