Class: Aws::BedrockAgentCore::Types::MemoryRecordUpdateInput

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#contentTypes::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_idString

The unique ID of the memory record to be updated.

Returns:

  • (String)


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_idString

The updated ID of the memory strategy that defines how this memory record is grouped.

Returns:

  • (String)


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

#namespacesArray<String>

The updated list of namespace identifiers for categorizing the memory record.

Returns:

  • (Array<String>)


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

#timestampTime

Time at which the memory record was updated

Returns:

  • (Time)


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