Uses of Enum Class
dev.dokimos.server.entity.TraceMatchType
Packages that use TraceMatchType
-
Uses of TraceMatchType in dev.dokimos.server.dto.v1
Methods in dev.dokimos.server.dto.v1 that return TraceMatchTypeModifier and TypeMethodDescription@NotNull TraceMatchTypeCreateTraceEvalRuleRequest.matchType()Returns the value of thematchTyperecord component.TraceEvalRuleView.matchType()Returns the value of thematchTyperecord component.Constructors in dev.dokimos.server.dto.v1 with parameters of type TraceMatchTypeModifierConstructorDescriptionCreateTraceEvalRuleRequest(@NotBlank String name, Boolean enabled, @NotNull TraceMatchType matchType, String matchKey, @NotBlank String matchValue, @NotNull UUID connectionId, @NotBlank String evaluatorName, @NotBlank String criteria, double minScore, double maxScore, Double threshold) Creates an instance of aCreateTraceEvalRuleRequestrecord class.TraceEvalRuleView(UUID id, UUID projectId, String name, boolean enabled, TraceMatchType matchType, String matchKey, String matchValue, UUID connectionId, String evaluatorName, String criteria, double minScore, double maxScore, Double threshold, Instant createdAt, Instant updatedAt) Creates an instance of aTraceEvalRuleViewrecord class. -
Uses of TraceMatchType in dev.dokimos.server.entity
Methods in dev.dokimos.server.entity that return TraceMatchTypeModifier and TypeMethodDescriptionTraceEvalRule.getMatchType()static TraceMatchTypeReturns the enum constant of this class with the specified name.static TraceMatchType[]TraceMatchType.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 TraceMatchTypeConstructors in dev.dokimos.server.entity with parameters of type TraceMatchTypeModifierConstructorDescriptionTraceEvalRule(UUID projectId, String name, TraceMatchType matchType, String matchValue, LlmConnection connection, String evaluatorName, String criteria)