JudgevalConfig
Configuration options for the Judgeval client. Credentials are resolved in order: explicit arguments first, then environment variables `JUDGMENT_API_KEY`, `JUDGMENT_ORG_ID`, and `JUDGMENT_API_URL`.
Configuration options for the Judgeval client.
Credentials are resolved in order: explicit arguments first, then
environment variables JUDGMENT_API_KEY, JUDGMENT_ORG_ID, and
JUDGMENT_API_URL.
Properties
projectName
:string
The project name on the Judgment platform.
apiKey
:string | undefined
Judgment API key. Defaults to JUDGMENT_API_KEY env var.
organizationId
:string | undefined
Judgment organization ID. Defaults to JUDGMENT_ORG_ID env var.
apiUrl
:string | undefined
Judgment API URL. Defaults to JUDGMENT_API_URL env var.
Judgeval
The main entry point for interacting with the Judgment platform. `Judgeval` connects to your Judgment project and gives you access to evaluation, datasets, and monitoring through the Judgment platform.
JQL
TypeScript SDK reference for the complete Judgment Query Language contract.
Last updated on