Interface CreateScoreConfigRequest._FinalStage
- All Known Implementing Classes:
CreateScoreConfigRequest.Builder
- Enclosing class:
CreateScoreConfigRequest
public static interface CreateScoreConfigRequest._FinalStage
-
Method Summary
Modifier and TypeMethodDescriptionadditionalProperties(Map<String, Object> additionalProperties) additionalProperty(String key, Object value) build()categories(List<ConfigCategory> categories) categories(Optional<List<ConfigCategory>> categories) Configure custom categories for categorical scores.description(String description) description(Optional<String> description) Description is shown across the Langfuse UI and can be used to e.g.Configure a maximum value for numerical scores.Configure a minimum value for numerical scores.
-
Method Details
-
build
CreateScoreConfigRequest build() -
additionalProperty
-
additionalProperties
-
categories
Configure custom categories for categorical scores. Pass a list of objects with
labelandvalueproperties. Categories are autogenerated for boolean configs and cannot be passed -
categories
-
minValue
Configure a minimum value for numerical scores. If not set, the minimum value defaults to -∞
-
minValue
-
maxValue
Configure a maximum value for numerical scores. If not set, the maximum value defaults to +∞
-
maxValue
-
description
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
-
description
-