Preparing search index...
The search index is not available
Palico App
Palico App
@palico-ai/common
Evaluation
Interface Evaluation
interface
Evaluation
{
agentName
?:
string
;
appConfig
?:
Record
<
string
,
any
>
;
createdAt
:
number
;
description
?:
string
;
evalName
:
string
;
experimentName
:
string
;
jobId
?:
string
;
result
:
EvalTestCaseResult
[]
;
status
:
{
message
?:
string
;
state
:
JobQueueStatus
;
}
;
testSuiteName
:
string
;
workflowName
?:
string
;
}
Hierarchy (
view full
)
EvalJSON
EvalResultJSON
Evaluation
Index
Properties
agent
Name?
app
Config?
created
At
description?
eval
Name
experiment
Name
job
Id?
result
status
test
Suite
Name
workflow
Name?
Properties
Optional
agent
Name
agent
Name
?:
string
Optional
app
Config
app
Config
?:
Record
<
string
,
any
>
created
At
created
At
:
number
Optional
description
description
?:
string
eval
Name
eval
Name
:
string
experiment
Name
experiment
Name
:
string
Optional
job
Id
job
Id
?:
string
result
result
:
EvalTestCaseResult
[]
status
status
:
{
message
?:
string
;
state
:
JobQueueStatus
;
}
Type declaration
Optional
message
?:
string
state
:
JobQueueStatus
test
Suite
Name
test
Suite
Name
:
string
Optional
workflow
Name
workflow
Name
?:
string
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
agent
Name
app
Config
created
At
description
eval
Name
experiment
Name
job
Id
result
status
test
Suite
Name
workflow
Name
Palico App
Loading...