Interface ClassificationScoreEventInfo

    • Method Detail

      • getInput

        Map<String,​?> getInput()
        Getter for the inputs wuth wich the results were computed.
        Returns:
        inputs with which the score was computed.
      • getOutput

        Map<String,​Double> getOutput()
        Getter for the classification scoring results.
        Returns:
        classification scoring results.
      • getDuration

        Duration getDuration()
        Time of the executing the score.
        Returns:
        duration.