Interface IIngestionResult


public interface IIngestionResult
Interface to represent the result of an ingestion process
  • 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