Class: Aws::BedrockAgentCore::Types::MemoryRecordSummary

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

Overview

Contains summary information about a memory record.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#contentTypes::MemoryContent

The content of the memory record.



2506
2507
2508
2509
2510
2511
2512
2513
2514
2515
2516
# File 'gems/aws-sdk-bedrockagentcore/lib/aws-sdk-bedrockagentcore/types.rb', line 2506

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

#created_atTime

The timestamp when the memory record was created.

Returns:

  • (Time)


2506
2507
2508
2509
2510
2511
2512
2513
2514
2515
2516
# File 'gems/aws-sdk-bedrockagentcore/lib/aws-sdk-bedrockagentcore/types.rb', line 2506

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

#memory_record_idString

The unique identifier of the memory record.

Returns:

  • (String)


2506
2507
2508
2509
2510
2511
2512
2513
2514
2515
2516
# File 'gems/aws-sdk-bedrockagentcore/lib/aws-sdk-bedrockagentcore/types.rb', line 2506

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

#memory_strategy_idString

The identifier of the memory strategy associated with this record.

Returns:

  • (String)


2506
2507
2508
2509
2510
2511
2512
2513
2514
2515
2516
# File 'gems/aws-sdk-bedrockagentcore/lib/aws-sdk-bedrockagentcore/types.rb', line 2506

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

#metadataHash<String,Types::MetadataValue>

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

Returns:



2506
2507
2508
2509
2510
2511
2512
2513
2514
2515
2516
# File 'gems/aws-sdk-bedrockagentcore/lib/aws-sdk-bedrockagentcore/types.rb', line 2506

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

#namespacesArray<String>

The namespaces associated with this memory record.

Returns:

  • (Array<String>)


2506
2507
2508
2509
2510
2511
2512
2513
2514
2515
2516
# File 'gems/aws-sdk-bedrockagentcore/lib/aws-sdk-bedrockagentcore/types.rb', line 2506

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

#scoreFloat

The relevance score of the memory record when returned as part of a search result. Higher values indicate greater relevance to the search query.

Returns:

  • (Float)


2506
2507
2508
2509
2510
2511
2512
2513
2514
2515
2516
# File 'gems/aws-sdk-bedrockagentcore/lib/aws-sdk-bedrockagentcore/types.rb', line 2506

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