dd-trace
Preparing search index...
llmobs
ExperimentRun
Interface ExperimentRun
interface
ExperimentRun
{
hasError
:
boolean
;
rows
:
ExperimentResultRow
[]
;
runId
:
string
;
runIteration
:
number
;
summaryEvaluations
:
Record
<
string
,
{
error
:
string
|
null
;
value
:
any
}
>
;
}
Index
Properties
has
Error
rows
run
Id
run
Iteration
summary
Evaluations
Properties
has
Error
hasError
:
boolean
Whether this run had a task, row-evaluator, or summary-evaluator error.
rows
rows
:
ExperimentResultRow
[]
run
Id
runId
:
string
run
Iteration
runIteration
:
number
1-based run iteration.
summary
Evaluations
summaryEvaluations
:
Record
<
string
,
{
error
:
string
|
null
;
value
:
any
}
>
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
has
Error
rows
run
Id
run
Iteration
summary
Evaluations
dd-trace
Loading...
Whether this run had a task, row-evaluator, or summary-evaluator error.