These values come from enum classes in aqven.spec.names.
CellVerdict
Section titled “CellVerdict”| Value |
|---|
pass |
fail |
unclear |
reference |
none |
Effect
Section titled “Effect”| Value |
|---|
read |
write |
external |
FactorKind
Section titled “FactorKind”| Value |
|---|
agent |
prompt |
use |
flow |
LoopStopReason
Section titled “LoopStopReason”| Value |
|---|
policy |
max_iter |
budget |
MetricDirection
Section titled “MetricDirection”| Value |
|---|
higher_is_better |
lower_is_better |
MetricKind
Section titled “MetricKind”| Value |
|---|
binary |
ordinal |
continuous |
Modality
Section titled “Modality”| Value |
|---|
text |
image |
audio |
video |
document |
ModelFamily
Section titled “ModelFamily”| Value |
|---|
openai |
anthropic |
google |
deepseek |
qwen |
moonshot |
zhipu |
xai |
meta |
mistral |
other |
NodeKind
Section titled “NodeKind”| Value |
|---|
llm |
code |
tool |
human |
parallel |
map |
switch |
loop |
call |
narrow |
OnFail
Section titled “OnFail”| Value |
|---|
retry |
fail |
flag |
OutcomePolicy
Section titled “OutcomePolicy”| Value |
|---|
fail |
retry |
fallback |
PiiClass
Section titled “PiiClass”| Value |
|---|
none |
pii |
sensitive |
PiiDetector
Section titled “PiiDetector”| Value |
|---|
email |
phone |
card_number |
iban |
ip_address |
PromptLevel
Section titled “PromptLevel”| Value |
|---|
1 |
2 |
3 |
Retention
Section titled “Retention”| Value |
|---|
zero |
logged |
unknown |
RunContextKey
Section titled “RunContextKey”| Value |
|---|
date |
time_zone |
locale |
tenant_id |
SeriesMetric
Section titled “SeriesMetric”| Value |
|---|
success_rate |
cost_usd |
cost_of_pass |
latency_p50_ms |
latency_p95_ms |
schema_valid_first_try |
infra_error_rate |
SeriesSplit
Section titled “SeriesSplit”| Value |
|---|
dev |
holdout |
SpecKind
Section titled “SpecKind”| Value |
|---|
Project |
Type |
Flow |
Node |
Dataset |
Experiment |
Inference |
Agent |
Tool |
McpServer |
Finding |
TrustLevel
Section titled “TrustLevel”| Value |
|---|
trusted |
untrusted |
TypeKind
Section titled “TypeKind”| Value |
|---|
record |
enum |
union |
id |
value |
VerdictReason
Section titled “VerdictReason”| Value |
|---|
below_mde |
uninformative |
no_discordance |
compute_confounded |
inputs_changed |
infra_errors |
no_data |
budget_cut |
cancelled |
dev_split |
judge_not_validated |
VerdictState
Section titled “VerdictState”| Value |
|---|
confirmed |
refuted |
inconclusive |
invalid |
signal |