Class GetScoresResponseTraceData.Builder
java.lang.Object
com.langfuse.client.resources.scorev2.types.GetScoresResponseTraceData.Builder
- Enclosing class:
GetScoresResponseTraceData
-
Method Summary
Modifier and TypeMethodDescriptionadditionalProperties(Map<String, Object> additionalProperties) additionalProperty(String key, Object value) build()environment(String environment) environment(Optional<String> environment) The environment of the trace referenced by scorefrom(GetScoresResponseTraceData other) A list of tags associated with the trace referenced by scoreThe user ID associated with the trace referenced by score
-
Method Details
-
from
-
userId
The user ID associated with the trace referenced by score
-
userId
-
tags
A list of tags associated with the trace referenced by score
-
tags
-
environment
The environment of the trace referenced by score
-
environment
-
build
-
additionalProperty
-
additionalProperties
public GetScoresResponseTraceData.Builder additionalProperties(Map<String, Object> additionalProperties)
-