Uses of Class
com.langfuse.client.resources.scorev2.requests.GetScoresRequest.Builder
Packages that use GetScoresRequest.Builder
-
Uses of GetScoresRequest.Builder in com.langfuse.client.resources.scorev2.requests
Methods in com.langfuse.client.resources.scorev2.requests that return GetScoresRequest.BuilderModifier and TypeMethodDescriptionGetScoresRequest.Builder.additionalProperties(Map<String, Object> additionalProperties) GetScoresRequest.Builder.additionalProperty(String key, Object value) static GetScoresRequest.BuilderGetScoresRequest.builder()Retrieve only scores with a specific configId.GetScoresRequest.Builder.datasetRunId(String datasetRunId) GetScoresRequest.Builder.datasetRunId(Optional<String> datasetRunId) Retrieve only scores with a specific datasetRunId.GetScoresRequest.Builder.dataType(ScoreDataType dataType) GetScoresRequest.Builder.dataType(Optional<ScoreDataType> dataType) Retrieve only scores with a specific dataType.GetScoresRequest.Builder.environment(String environment) GetScoresRequest.Builder.environment(List<String> environment) GetScoresRequest.Builder.environment(Optional<List<String>> environment) Optional filter for scores where the environment is one of the provided values.Comma-separated list of field groups to include in the response.A JSON stringified array of filter objects.GetScoresRequest.Builder.from(GetScoresRequest other) GetScoresRequest.Builder.fromTimestamp(OffsetDateTime fromTimestamp) GetScoresRequest.Builder.fromTimestamp(Optional<OffsetDateTime> fromTimestamp) Optional filter to only include scores created on or after a certain datetime (ISO 8601)Limit of items per page.Retrieve only scores with this name.GetScoresRequest.Builder.observationId(String observationId) GetScoresRequest.Builder.observationId(Optional<String> observationId) Comma-separated list of observation IDs to filter scores by.Retrieve only scores with <operator> value.Page number, starts at 1.Retrieve only scores with a specific annotation queueId.Comma-separated list of score IDs to limit the results to.Retrieve only scores with a specific sessionId.GetScoresRequest.Builder.source(ScoreSource source) GetScoresRequest.Builder.source(Optional<ScoreSource> source) Retrieve only scores from a specific source.GetScoresRequest.Builder.toTimestamp(OffsetDateTime toTimestamp) GetScoresRequest.Builder.toTimestamp(Optional<OffsetDateTime> toTimestamp) Optional filter to only include scores created before a certain datetime (ISO 8601)Retrieve only scores with a specific traceId.Only scores linked to traces that include all of these tags will be returned.Retrieve only scores with this userId associated to the trace.Retrieve only scores with <operator> value.