dd-trace
Preparing search index...
llmobs
ExperimentTask
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
(
input
:
JSONType
,
config
:
Record
<
string
,
JSONType
>
,
metadata
?:
Record
<
string
,
JSONType
>
,
)
:
JSONType
|
Promise
<
JSONType
>
Parameters
input
:
JSONType
config
:
Record
<
string
,
JSONType
>
Optional
metadata
:
Record
<
string
,
JSONType
>
Returns
JSONType
|
Promise
<
JSONType
>
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
dd-trace
Loading...
A task run over each dataset record during an experiment.