langfuse-client-base 0.12.0

Auto-generated Langfuse API client from OpenAPI specification
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# GetScoresResponseTraceData

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**user_id** | Option<**String**> | The user ID associated with the trace referenced by score | [optional]
**tags** | Option<**Vec<String>**> | A list of tags associated with the trace referenced by score | [optional]
**environment** | Option<**String**> | The environment of the trace referenced by score | [optional]
**session_id** | Option<**String**> | The session ID associated with the trace referenced by score | [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)