Package com.judgmentlabs.judgeval.data
Class ExampleEvaluationRun
java.lang.Object
com.judgmentlabs.judgeval.internal.api.models.ExampleEvaluationRun
com.judgmentlabs.judgeval.data.ExampleEvaluationRun
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionExampleEvaluationRun(String projectName, String evalName, List<Example> examples, List<ScorerConfig> scorers, String model, String organizationId) -
Method Summary
Modifier and TypeMethodDescriptionstatic ExampleEvaluationRun.Builderbuilder()static ExampleEvaluationRun.BuilderbooleaninthashCode()voidsetOrganizationId(String organizationId) Methods inherited from class com.judgmentlabs.judgeval.internal.api.models.ExampleEvaluationRun
getAdditionalProperties, getCreatedAt, getCustomScorers, getEvalName, getExamples, getId, getJudgmentScorers, getModel, getProjectName, getTraceId, getTraceSpanId, setAdditionalProperty, setCreatedAt, setCustomScorers, setEvalName, setExamples, setId, setJudgmentScorers, setModel, setProjectName, setTraceId, setTraceSpanId
-
Constructor Details
-
ExampleEvaluationRun
public ExampleEvaluationRun() -
ExampleEvaluationRun
-
-
Method Details
-
setOrganizationId
-
getOrganizationId
-
equals
- Overrides:
equalsin classExampleEvaluationRun
-
hashCode
public int hashCode()- Overrides:
hashCodein classExampleEvaluationRun
-
builder
-
builder
-