Skip to content
Judgment Labs
Esc
↑↓navigate↵open⌘Jpreview
On this page

JudgeVersionPin

A single ``judge_versions`` entry.

Identify the judge by name or judge_id; optionally pin a tag, a version string, or a major_version/minor_version pair. All keys are optional so callers can mix identification and pinning styles, but every entry must carry a name or judge_id (enforced at runtime by normalize_judge_versions).

Attributes

PropType
name?str
Typestr
judge_id?str
Typestr
tag?str
Typestr
version?str
Typestr
major_version?int
Typeint
minor_version?int
Typeint

Was this page helpful?