Interface AgentInvocationEvaluation

All Known Subinterfaces:
AgentInvocationEvaluationEntity
All Known Implementing Classes:
AgentInvocationEvaluationEntityImpl

public interface AgentInvocationEvaluation
Author:
Prathamesh Mane
  • Method Details

    • getId

      String getId()
    • getInvocationId

      String getInvocationId()
    • getAgentInstanceId

      String getAgentInstanceId()
    • getOperationKey

      String getOperationKey()
    • getKind

      String getKind()
    • getEvaluatorKey

      String getEvaluatorKey()
    • getEvaluatorSubKey

      String getEvaluatorSubKey()
    • getReferenceScopeId

      String getReferenceScopeId()
    • getReferenceScopeType

      String getReferenceScopeType()
    • getPassed

      Boolean getPassed()
    • getScore

      Double getScore()
    • getScoreMin

      Double getScoreMin()
    • getScoreMax

      Double getScoreMax()
    • getReason

      String getReason()
    • getStartTime

      Date getStartTime()
    • getEndTime

      Date getEndTime()
    • getTenantId

      String getTenantId()