Class: Aws::BedrockAgentCore::Types::BatchCreateMemoryRecordsInput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-bedrockagentcore/lib/aws-sdk-bedrockagentcore/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#client_tokenString

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.

Returns:

  • (String)


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_idString

The unique ID of the memory resource where records will be created.

Returns:

  • (String)


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

#recordsArray<Types::MemoryRecordCreateInput>

A list of memory record creation inputs to be processed in the batch operation.

Returns:



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