Package com.embabel.agent.rag.ingestion
Class IngestionResult
-
- All Implemented Interfaces:
public final class IngestionResult
-
-
Field Summary
Fields Modifier and Type Field Description private final IntegerdocumentsWrittenprivate final Set<String>storesWrittenToprivate final List<String>chunkIds
-
Constructor Summary
Constructors Constructor Description IngestionResult(Set<String> storesWrittenTo, List<String> chunkIds)
-
Method Summary
Modifier and Type Method Description final IntegergetDocumentsWritten()final Set<String>getStoresWrittenTo()final List<String>getChunkIds()final Booleansuccess()-
-
Method Detail
-
getDocumentsWritten
final Integer getDocumentsWritten()
-
getStoresWrittenTo
final Set<String> getStoresWrittenTo()
-
getChunkIds
final List<String> getChunkIds()
-
-
-
-