langfuse-client 0.1.22

## Authentication Authenticate with the API using [Basic Auth](https://en.wikipedia.org/wiki/Basic_access_authentication), get API keys in the project settings: - username: Langfuse Public Key - password: Langfuse Secret Key ## Exports - OpenAPI spec: https://cloud.langfuse.com/generated/api/openapi.yml - Postman collection: https://cloud.langfuse.com/generated/postman/collection.json
Documentation
# CategoricalScore

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**value** | Option<**f64**> | Only defined if a config is linked. Represents the numeric category mapping of the stringValue | [optional]
**string_value** | **String** | The string representation of the score value. If no config is linked, can be any string. Otherwise, must map to a config category | 
**id** | **String** |  | 
**trace_id** | **String** |  | 
**name** | **String** |  | 
**source** | [**models::ScoreSource**]ScoreSource.md |  | 
**observation_id** | Option<**String**> |  | [optional]
**timestamp** | **String** |  | 
**created_at** | **String** |  | 
**updated_at** | **String** |  | 
**author_user_id** | Option<**String**> |  | [optional]
**comment** | Option<**String**> |  | [optional]
**metadata** | Option<[**serde_json::Value**].md> |  | [optional]
**config_id** | Option<**String**> | Reference a score config on a score. When set, config and score name must be equal and value must comply to optionally defined numerical range | [optional]
**queue_id** | Option<**String**> | Reference an annotation queue on a score. Populated if the score was initially created in an annotation queue. | [optional]
**environment** | Option<**String**> | The environment from which this score originated. Can be any lowercase alphanumeric string with hyphens and underscores that does not start with 'langfuse'. | [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)