Package com.axemble.vdoc.sdk.ai.content
Interface IIngestionResult
public interface IIngestionResult
Interface to represent the result of an ingestion process
-
Method Summary
Modifier and TypeMethodDescriptionGet the number of input tokensGet the number of output tokensGet the total number of tokens
-
Method Details
-
getInputTokenCount
Integer getInputTokenCount()Get the number of input tokens- Returns:
- the number of input tokens
-
getOutputTokenCount
Integer getOutputTokenCount()Get the number of output tokens- Returns:
- the number of output tokens
-
getTotalTokenCount
Integer getTotalTokenCount()Get the total number of tokens- Returns:
- the total number of tokens
-