Uses of Enum Class
dev.dokimos.server.entity.TraceEvalJobStatus
Packages that use TraceEvalJobStatus
Package
Description
-
Uses of TraceEvalJobStatus in dev.dokimos.server.dto.v1
Methods in dev.dokimos.server.dto.v1 that return TraceEvalJobStatusModifier and TypeMethodDescriptionTraceEvalJobView.status()Returns the value of thestatusrecord component.Constructors in dev.dokimos.server.dto.v1 with parameters of type TraceEvalJobStatusModifierConstructorDescriptionTraceEvalJobView(UUID id, UUID spanId, UUID ruleId, String evaluatorName, TraceEvalJobStatus status, Double score, Boolean success, String reason, int attemptCount, String lastError, Instant createdAt, Instant completedAt) Creates an instance of aTraceEvalJobViewrecord class. -
Uses of TraceEvalJobStatus in dev.dokimos.server.entity
Methods in dev.dokimos.server.entity that return TraceEvalJobStatusModifier and TypeMethodDescriptionTraceEvalJob.getStatus()static TraceEvalJobStatusReturns the enum constant of this class with the specified name.static TraceEvalJobStatus[]TraceEvalJobStatus.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 TraceEvalJobStatus -
Uses of TraceEvalJobStatus in dev.dokimos.server.repository
Methods in dev.dokimos.server.repository with parameters of type TraceEvalJobStatus