| Name | Type | Description | Notes |
|---|---|---|---|
| id | Option<String> | [optional] | |
| trace_id | String | ||
| name | String | ||
| value | models::CreateScoreValue | ||
| observation_id | Option<String> | [optional] | |
| comment | Option<String> | [optional] | |
| metadata | Option<serde_json::Value> | [optional] | |
| environment | Option<String> | The environment of the score. Can be any lowercase alphanumeric string with hyphens and underscores that does not start with 'langfuse'. | [optional] |
| data_type | Option<models::ScoreDataType> | [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] |