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

    Interface EvaluatorCreateParams

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

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

    projectId?: string

    Project to assign this evaluator to. Defaults to the org's default project.