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

    Interface CreateObjectiveData

    interface CreateObjectiveData {
        intent?: string;
        status?: "public" | "public_unlisted" | "unlisted" | "listed";
        validators?: {
            evaluator_id?: string;
            evaluator_name?: string;
            threshold?: number;
        }[];
        force_create?: boolean;
        test_dataset_id?: string;
        projectId?: string;
    }
    Index
    intent?: string
    status?: "public" | "public_unlisted" | "unlisted" | "listed"
    validators?: {
        evaluator_id?: string;
        evaluator_name?: string;
        threshold?: number;
    }[]
    force_create?: boolean
    test_dataset_id?: string
    projectId?: string

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