Uses of Enum Class
dev.dokimos.server.entity.AnnotationVerdict
Packages that use AnnotationVerdict
-
Uses of AnnotationVerdict in dev.dokimos.server.dto.v1
Methods in dev.dokimos.server.dto.v1 that return AnnotationVerdictModifier and TypeMethodDescriptionReviewQueueItem.currentVerdict()Returns the value of thecurrentVerdictrecord component.@NotNull AnnotationVerdictAnnotationRequest.verdict()Returns the value of theverdictrecord component.AnnotationView.verdict()Returns the value of theverdictrecord component.Constructors in dev.dokimos.server.dto.v1 with parameters of type AnnotationVerdictModifierConstructorDescriptionAnnotationRequest(@NotNull AnnotationVerdict verdict, Map<String, Object> overriddenExpectedOutput, @Size(max=10000) String note) Creates an instance of aAnnotationRequestrecord class.AnnotationView(UUID id, AnnotationVerdict verdict, Map<String, Object> overriddenExpectedOutput, String note, String createdBy, Instant createdAt, Instant updatedAt) Creates an instance of aAnnotationViewrecord 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. -
Uses of AnnotationVerdict in dev.dokimos.server.entity
Methods in dev.dokimos.server.entity that return AnnotationVerdictModifier and TypeMethodDescriptionAnnotation.getVerdict()static AnnotationVerdictReturns the enum constant of this class with the specified name.static AnnotationVerdict[]AnnotationVerdict.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in dev.dokimos.server.entity with parameters of type AnnotationVerdictConstructors in dev.dokimos.server.entity with parameters of type AnnotationVerdict