Tasks are modular descriptions of computations. A job consists of batches of elements that undergo a sequence of tasks. These are the currently available task types:
Task Type | |
---|---|
REQUEST_PARSE | Define target systems along with http method, fixed parameters, contextPath, which fields to parse, on which criteria to tag and which keys are used for storage of successful results and failures. |
_METRIC_CALCULATION _ | Based on parsed results (such as provided by the REQUEST_PARSE task), define which metrics to calculate. |
MAP_COMPARISON | Allows comparison of two distinct results. At the moment only option: JACCARD_SIMILARITY . |
MERGE_METRIC_ROWS | In case more than one result was generated in the task sequence, we can here merge distinct results. |
COMPLETION COMING SOON