Skip to content

Bedrock Agentcore  >  Unions  >  MemoryRecordMetadataValue

MemoryRecordMetadataValue

Union Type

MemoryRecordMetadataValue module-attribute

The value of a memory record metadata entry.

Union Member Types

MemoryRecordMetadataValueStringValue dataclass

A string value.

Attributes

value instance-attribute
value: str

MemoryRecordMetadataValueStringListValue dataclass

A list of string values.

Attributes

value instance-attribute
value: list[str]

MemoryRecordMetadataValueNumberValue dataclass

A numeric value.

Attributes

value instance-attribute
value: float

MemoryRecordMetadataValueDateTimeValue dataclass

A timestamp value in ISO 8601 UTC format.

Attributes

value instance-attribute
value: datetime

MemoryRecordMetadataValueUnknown dataclass

Represents an unknown variant.

If you receive this value, you will need to update your library to receive the parsed value.

This value may not be deliberately sent.

Attributes

tag instance-attribute
tag: str