Uses of Record Class
dev.dokimos.server.dto.v1.RunDetails.EvalSummary
Packages that use RunDetails.EvalSummary
-
Uses of RunDetails.EvalSummary in dev.dokimos.server.dto.v1
Methods in dev.dokimos.server.dto.v1 that return types with arguments of type RunDetails.EvalSummaryModifier and TypeMethodDescriptionReviewQueueItem.evalResults()Returns the value of theevalResultsrecord component.RunDetails.ItemSummary.evalResults()Returns the value of theevalResultsrecord component.Constructor parameters in dev.dokimos.server.dto.v1 with type arguments of type RunDetails.EvalSummaryModifierConstructorDescriptionItemSummary(UUID id, Map<String, Object> input, Map<String, Object> expectedOutput, Map<String, Object> actualOutput, Map<String, Object> metadata, List<RunDetails.EvalSummary> evalResults, Instant createdAt, UUID datasetItemId, AnnotationView annotation, Integer tokensIn, Integer tokensOut, Double costUsd, Long latencyMs) Creates an instance of aItemSummaryrecord class.ReviewQueueItem(UUID itemId, UUID runId, UUID experimentId, String experimentName, String projectName, Map<String, Object> input, Map<String, Object> expectedOutput, Map<String, Object> actualOutput, List<RunDetails.EvalSummary> evalResults, AnnotationVerdict currentVerdict, Instant createdAt) Creates an instance of aReviewQueueItemrecord class.