| Name | Type | Description | Notes |
|---|---|---|---|
| name | String | ||
| data_type | models::ScoreDataType | ||
| categories | Option<Vecmodels::ConfigCategory> | Configure custom categories for categorical scores. Pass a list of objects with label and value properties. Categories are autogenerated for boolean configs and cannot be passed |
[optional] |
| min_value | Option<f64> | Configure a minimum value for numerical scores. If not set, the minimum value defaults to -∞ | [optional] |
| max_value | Option<f64> | Configure a maximum value for numerical scores. If not set, the maximum value defaults to +∞ | [optional] |
| description | Option<String> | Description is shown across the Langfuse UI and can be used to e.g. explain the config categories in detail, why a numeric range was set, or provide additional context on config name or usage | [optional] |