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.
Type
stringname?string
Config name.
Type
stringdatasetId?string
The dataset evaluated by this config.
Type
stringdescription?string | null | undefined
Optional human-readable description.
Type
string | null | undefinedcreatedAt?string | null | undefined
ISO-8601 creation timestamp.
Type
string | null | undefinedjudges?Record<string, unknown>[]
The judge membership rows as returned by the server.
Type
Record<string, unknown>[]