Class ExampleEvaluationRun

java.lang.Object
com.judgmentlabs.judgeval.internal.api.models.ExampleEvaluationRun

public class ExampleEvaluationRun extends Object
  • Constructor Details

    • ExampleEvaluationRun

      public ExampleEvaluationRun()
  • Method Details

    • getAdditionalProperties

      public Map<String,Object> getAdditionalProperties()
    • setAdditionalProperty

      public void setAdditionalProperty(String name, Object value)
    • getId

      public String getId()
    • getProjectName

      public String getProjectName()
    • getEvalName

      public String getEvalName()
    • getCustomScorers

      public List<BaseScorer> getCustomScorers()
    • getJudgmentScorers

      public List<ScorerConfig> getJudgmentScorers()
    • getModel

      public String getModel()
    • getCreatedAt

      public String getCreatedAt()
    • getExamples

      public List<Example> getExamples()
    • getTraceSpanId

      public String getTraceSpanId()
    • getTraceId

      public String getTraceId()
    • setId

      public void setId(String id)
    • setProjectName

      public void setProjectName(String projectName)
    • setEvalName

      public void setEvalName(String evalName)
    • setCustomScorers

      public void setCustomScorers(List<BaseScorer> customScorers)
    • setJudgmentScorers

      public void setJudgmentScorers(List<ScorerConfig> judgmentScorers)
    • setModel

      public void setModel(String model)
    • setCreatedAt

      public void setCreatedAt(String createdAt)
    • setExamples

      public void setExamples(List<Example> examples)
    • setTraceSpanId

      public void setTraceSpanId(String traceSpanId)
    • setTraceId

      public void setTraceId(String traceId)
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object