Package dev.dokimos.server.entity
package dev.dokimos.server.entity
-
ClassDescriptionA configured HTTP endpoint that receives a JSON alert when a completed run of one of its project's experiments shows a significant pass-rate regression against its baseline.A human reviewer's verdict on a single
ItemResult.A human reviewer's verdict on a single run item result.A scoped API key used to authenticate write requests against/api/v1/**.A named container that owns one or more immutableDatasetVersions.A single example within aDatasetVersion.An immutable snapshot of aDataset.A unit of server-side scoring work: score every not-yet-evaluated item of a run with a single evaluator configuration, using a registeredLlmConnection.Lifecycle state of anEvalJob.Marks an item batch (identified by idempotency key) as committed for a run.Composite primary key.A named, reusable pointer to an OpenAI-compatible endpoint used by the server-side judge.The API surface anLlmConnection's endpoint speaks.A project groups experiments.A single distributed execution trace ingested over OTLP, holding one or moreTraceSpanrows.A unit of online scoring work: score one ingestedTraceSpan's derived output against oneTraceEvalRule's judge configuration.Lifecycle state of aTraceEvalJob.A per-project rule that enqueues an online judge evaluation when an ingested span matches.How aTraceEvalRuledecides whether a span matches.One span of an ingestedTrace.