Class: Aws::BedrockAgentCore::Types::BatchCreateMemoryRecordsOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentCore::Types::BatchCreateMemoryRecordsOutput
- Defined in:
- gems/aws-sdk-bedrockagentcore/lib/aws-sdk-bedrockagentcore/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#failed_records ⇒ Array<Types::MemoryRecordOutput>
A list of memory records that failed to be created, including error details for each failure.
-
#successful_records ⇒ Array<Types::MemoryRecordOutput>
A list of memory records that were successfully created during the batch operation.
Instance Attribute Details
#failed_records ⇒ Array<Types::MemoryRecordOutput>
A list of memory records that failed to be created, including error details for each failure.
205 206 207 208 209 210 |
# File 'gems/aws-sdk-bedrockagentcore/lib/aws-sdk-bedrockagentcore/types.rb', line 205 class BatchCreateMemoryRecordsOutput < Struct.new( :successful_records, :failed_records) SENSITIVE = [] include Aws::Structure end |
#successful_records ⇒ Array<Types::MemoryRecordOutput>
A list of memory records that were successfully created during the batch operation.
205 206 207 208 209 210 |
# File 'gems/aws-sdk-bedrockagentcore/lib/aws-sdk-bedrockagentcore/types.rb', line 205 class BatchCreateMemoryRecordsOutput < Struct.new( :successful_records, :failed_records) SENSITIVE = [] include Aws::Structure end |