dd-trace
    Preparing search index...

    Type Alias ExperimentTask

    ExperimentTask: (
        input: JSONType,
        config: Record<string, JSONType>,
        metadata?: Record<string, JSONType>,
    ) => JSONType | Promise<JSONType>

    A task run over each dataset record during an experiment.

    Type Declaration