Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 1.17 KB

File metadata and controls

16 lines (11 loc) · 1.17 KB

CreateScoreConfigRequest

Properties

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]

[Back to Model list] [Back to API list] [Back to README]