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

    Interface EvaluatorCreateParams

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

    Properties

    name: string
    predicate: string
    intent?: string
    model?: string
    models?: string[]
    change_note?: string
    overwrite?: boolean
    objective_id?: string
    objective_version_id?: string
    evaluator_demonstrations?: {}[]