GoodMem
ReferenceClient SDKsJava SDKModels

Memory Model

Memory Model documentation for Java SDK

Memory

Memory object containing stored content and metadata

Properties

NameTypeDescriptionNotes
memoryIdStringUnique identifier of the memory
spaceIdStringID of the space containing this memory
originalContentFileOriginal content (only included if requested)[optional]
originalContentLengthLongSize in bytes of the inline original content[optional]
originalContentSha256StringSHA-256 digest of the inline original content, hex encoded[optional]
originalContentRefStringReference to external content location[optional]
contentTypeStringMIME type of the content
processingStatusStringProcessing status of the memory
metadataObjectAdditional metadata for the memory[optional]
createdAtLongTimestamp when the memory was created (milliseconds since epoch)
updatedAtLongTimestamp when the memory was last updated (milliseconds since epoch)
createdByIdStringID of the user who created this memory
updatedByIdStringID of the user who last updated this memory
chunkingConfigChunkingConfiguration[optional]
processingHistoryProcessingHistory[optional]

On this page