Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 1.12 KB

File metadata and controls

20 lines (15 loc) · 1.12 KB

CreateScoreRequest

Properties

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]

[Back to Model list] [Back to API list] [Back to README]