Class AsyncScoreV2Client
java.lang.Object
com.langfuse.client.resources.scorev2.AsyncScoreV2Client
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionget()Get a list of scores (supports both trace and session scores)get(RequestOptions requestOptions) Get a list of scores (supports both trace and session scores)get(GetScoresRequest request) Get a list of scores (supports both trace and session scores)get(GetScoresRequest request, RequestOptions requestOptions) Get a list of scores (supports both trace and session scores)Get a score (supports both trace and session scores)getById(String scoreId, RequestOptions requestOptions) Get a score (supports both trace and session scores)Get responses with HTTP metadata like headers
-
Field Details
-
clientOptions
-
-
Constructor Details
-
AsyncScoreV2Client
-
-
Method Details
-
withRawResponse
Get responses with HTTP metadata like headers -
get
Get a list of scores (supports both trace and session scores) -
get
Get a list of scores (supports both trace and session scores) -
get
Get a list of scores (supports both trace and session scores) -
get
public CompletableFuture<GetScoresResponse> get(GetScoresRequest request, RequestOptions requestOptions) Get a list of scores (supports both trace and session scores) -
getById
Get a score (supports both trace and session scores) -
getById
Get a score (supports both trace and session scores)
-