GoodMem
ReferenceClient SDKsJavaResponses

MemoryChunkResponse

MemoryChunkResponse documentation for Java SDK

MemoryChunkResponse

Memory chunk information

Properties

NameTypeDescriptionNotes
chunkIdUUIDUnique identifier of the memory chunk
memoryIdUUIDID of the memory this chunk belongs to
chunkSequenceNumberIntegerSequence number of this chunk within the memory
chunkTextStringThe text content of this chunk
vectorStatusVectorStatusEnumStatus of vector processing for this chunk
startOffsetIntegerStart offset of this chunk in the original content[optional]
endOffsetIntegerEnd offset of this chunk in the original content[optional]
metadataObjectAdditional metadata for the memory chunk[optional]
createdAtLongCreation timestamp (milliseconds since epoch)
updatedAtLongLast update timestamp (milliseconds since epoch)
createdByIdUUIDID of the user who created the chunk
updatedByIdUUIDID of the user who last updated the chunk

Enum: VectorStatusEnum

NameValue
PENDING"PENDING"
PROCESSING"PROCESSING"
COMPLETED"COMPLETED"
FAILED"FAILED"