Scorable TypeScript SDK - v0.12.1
    Preparing search index...

    Interface UpdateJudgeData

    interface UpdateJudgeData {
        name?: string;
        intent?: string;
        evaluator_references?: { id: string; version_id?: string }[];
        stage?: string;
        projectId?: string;
    }
    Index
    name?: string
    intent?: string
    evaluator_references?: { id: string; version_id?: string }[]
    stage?: string
    projectId?: string

    Pass projectId to move this judge to a different project within your organization.