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
17
18
# CreateScoreRequest

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | Option<**String**> |  | [optional]
**trace_id** | **String** |  | 
**name** | **String** |  | 
**value** | [**models::CreateScoreValue**]CreateScoreValue.md |  | 
**observation_id** | Option<**String**> |  | [optional]
**comment** | Option<**String**> |  | [optional]
**data_type** | Option<[**models::ScoreDataType**]ScoreDataType.md> |  | [optional]
**config_id** | Option<**String**> | Reference a score config on a score. The unique langfuse identifier of a score config. When passing this field, the dataType and stringValue fields are automatically populated. | [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)