Package dev.dokimos.server.entity
Class EvalResult
java.lang.Object
dev.dokimos.server.entity.EvalResult
-
Constructor Summary
ConstructorsConstructorDescriptionEvalResult(String evaluatorName, double score, Double threshold, boolean success, String reason) -
Method Summary
Modifier and TypeMethodDescriptiongetId()doublegetScore()booleanvoidsetMetadata(Map<String, Object> metadata) voidsetTenantId(String tenantId)
-
Constructor Details
-
EvalResult
-
-
Method Details
-
getId
-
getItemResult
-
getTenantId
-
setTenantId
-
getEvaluatorName
-
getScore
public double getScore() -
getThreshold
-
isSuccess
public boolean isSuccess() -
getReason
-
getMetadata
-
setMetadata
-