Root Signals TypeScript SDK - v0.1.2
    Preparing search index...

    Interface CreateObjectiveData

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

    Properties

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