dd-trace
    Preparing search index...

    Interface DatasetRecordNew

    interface DatasetRecordNew {
        expectedOutput?: JSONType;
        id?: string;
        inputData: JSONType;
        metadata?: Record<string, JSONType>;
        tags?: string[];
    }
    Index
    expectedOutput?: JSONType
    id?: string
    inputData: JSONType
    metadata?: Record<string, JSONType>
    tags?: string[]