Class: Aws::BedrockAgentCore::Types::MemoryRecord

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

Overview

Contains information about a memory record in an AgentCore Memory resource.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#contentTypes::MemoryContent

The content of the memory record.



3298
3299
3300
3301
3302
3303
3304
3305
3306
3307
# File 'gems/aws-sdk-bedrockagentcore/lib/aws-sdk-bedrockagentcore/types.rb', line 3298

class MemoryRecord < Struct.new(
  :memory_record_id,
  :content,
  :memory_strategy_id,
  :namespaces,
  :created_at,
  :metadata)
  SENSITIVE = []
  include Aws::Structure
end

#created_atTime

The timestamp when the memory record was created.

Returns:

  • (Time)


3298
3299
3300
3301
3302
3303
3304
3305
3306
3307
# File 'gems/aws-sdk-bedrockagentcore/lib/aws-sdk-bedrockagentcore/types.rb', line 3298

class MemoryRecord < Struct.new(
  :memory_record_id,
  :content,
  :memory_strategy_id,
  :namespaces,
  :created_at,
  :metadata)
  SENSITIVE = []
  include Aws::Structure
end

#memory_record_idString

The unique identifier of the memory record.

Returns:

  • (String)


3298
3299
3300
3301
3302
3303
3304
3305
3306
3307
# File 'gems/aws-sdk-bedrockagentcore/lib/aws-sdk-bedrockagentcore/types.rb', line 3298

class MemoryRecord < Struct.new(
  :memory_record_id,
  :content,
  :memory_strategy_id,
  :namespaces,
  :created_at,
  :metadata)
  SENSITIVE = []
  include Aws::Structure
end

#memory_strategy_idString

The identifier of the memory strategy associated with this record.

Returns:

  • (String)


3298
3299
3300
3301
3302
3303
3304
3305
3306
3307
# File 'gems/aws-sdk-bedrockagentcore/lib/aws-sdk-bedrockagentcore/types.rb', line 3298

class MemoryRecord < Struct.new(
  :memory_record_id,
  :content,
  :memory_strategy_id,
  :namespaces,
  :created_at,
  :metadata)
  SENSITIVE = []
  include Aws::Structure
end

#metadataHash<String,Types::MetadataValue>

A map of metadata key-value pairs associated with a memory record.

Returns:



3298
3299
3300
3301
3302
3303
3304
3305
3306
3307
# File 'gems/aws-sdk-bedrockagentcore/lib/aws-sdk-bedrockagentcore/types.rb', line 3298

class MemoryRecord < Struct.new(
  :memory_record_id,
  :content,
  :memory_strategy_id,
  :namespaces,
  :created_at,
  :metadata)
  SENSITIVE = []
  include Aws::Structure
end

#namespacesArray<String>

The namespaces associated with this memory record. Namespaces help organize and categorize memory records.

Returns:

  • (Array<String>)


3298
3299
3300
3301
3302
3303
3304
3305
3306
3307
# File 'gems/aws-sdk-bedrockagentcore/lib/aws-sdk-bedrockagentcore/types.rb', line 3298

class MemoryRecord < Struct.new(
  :memory_record_id,
  :content,
  :memory_strategy_id,
  :namespaces,
  :created_at,
  :metadata)
  SENSITIVE = []
  include Aws::Structure
end