Circle V2 API Docs
    Preparing search index...

    Type Alias PushAuditRunToEvalDatasetResult

    type PushAuditRunToEvalDatasetResult = {
        datasetName: string;
        pushed: number;
        skippedExisting: number;
        splits: string[];
        total: number;
    }
    Index

    Properties

    datasetName: string
    pushed: number
    skippedExisting: number

    Questions already in the dataset — left untouched (re-grades are a future upsert flow).

    splits: string[]

    Splits the new examples were added to: incoming + the patient and template axis splits.

    total: number

    Questions on the run, after latest-response-per-question dedupe.