# CreateScoreConfigRequest
## Properties
**name** | **String** | |
**data_type** | [**models::ScoreDataType**](ScoreDataType.md) | |
**categories** | Option<[**Vec<models::ConfigCategory>**](ConfigCategory.md)> | 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]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)