v4
latestOpenAPI 3.1.02026-08-019681,1012.0 MBUpdate
Path parameters
Request body
Enumeration of output types.
Enumeration of input types.
Display options for roll up methods when showing rolled up metrics in the UI.
Separates display intent from computation methods. The computation methods (NumericRollUpMethod, CategoricalRollUpMethod) control what aggregations are available. This enum controls how the UI displays the selected roll-up value for a scorer.
Example request
{
"defaults": {
"filters": [
{
"value": "ENUM_VALUE"
}
]
}
}Response
Successful Response
Enumeration of output types.
Enumeration of input types.
Display options for roll up methods when showing rolled up metrics in the UI.
Separates display intent from computation methods. The computation methods (NumericRollUpMethod, CategoricalRollUpMethod) control what aggregations are available. This enum controls how the UI displays the selected roll-up value for a scorer.
Fields that can be used in the scorer to configure it. i.e. model, num_judges, etc. This enables the ui to know which fields a user can configure when they're setting a scorer
Example response
{
"defaults": {
"filters": [
{
"value": "ENUM_VALUE"
}
]
}
}