dd-trace
    Preparing search index...

    Interface CreateDatasetOptions

    interface CreateDatasetOptions {
        description?: string;
        records?: {
            expectedOutput?: JSONType;
            id?: string;
            inputData: JSONType;
            metadata?: Record<string, JSONType>;
        }[];
    }
    Index
    description?: string
    records?: {
        expectedOutput?: JSONType;
        id?: string;
        inputData: JSONType;
        metadata?: Record<string, JSONType>;
    }[]