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

    Interface EvaluatorUpdateParams

    interface EvaluatorUpdateParams {
        name?: string;
        scoring_criteria?: string;
        models?: string[];
        objective_id?: string;
        objective_version_id?: string;
        change_note?: string;
        overwrite?: boolean;
        demonstration_dataset_id?: string;
        projectId?: string;
    }
    Index
    name?: string
    scoring_criteria?: string
    models?: string[]
    objective_id?: string
    objective_version_id?: string
    change_note?: string
    overwrite?: boolean
    demonstration_dataset_id?: string

    A dataset of labelled examples resolved into few-shot demonstrations at evaluation time.

    projectId?: string

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