langfuse-rs 0.0.1

Langfuse Rust SDK
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# CreateScoreConfigRequest

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**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)