Skip to content
Judgment Labs
Esc
navigateopen⌘Jpreview
On this page

TestConfig

Types for the offline-tests SDK surface: TestConfig, OfflineTestResult, JudgeVersionPin, AgentFunction, PassConditionFn.

A reusable offline-test configuration (a dataset + a set of platform judges). Created via client.offlineTests.createConfig().

Properties

PropType
id?string

Unique test config id.

Typestring
name?string

Config name.

Typestring
datasetId?string

The dataset evaluated by this config.

Typestring
description?string | null | undefined

Optional human-readable description.

Typestring | null | undefined
createdAt?string | null | undefined

ISO-8601 creation timestamp.

Typestring | null | undefined
judges?Record<string, unknown>[]

The judge membership rows as returned by the server.

TypeRecord<string, unknown>[]

Was this page helpful?