dd-trace
    Preparing search index...

    Interface DatasetRecord

    interface DatasetRecord {
        expectedOutput: JSONType;
        id: string | null;
        input: JSONType;
        metadata: Record<string, JSONType>;
        tags: string[];
    }
    Index
    expectedOutput: JSONType
    id: string | null
    input: JSONType
    metadata: Record<string, JSONType>
    tags: string[]