Uses of Class
com.langfuse.client.resources.trace.requests.GetTracesRequest.Builder
Packages that use GetTracesRequest.Builder
-
Uses of GetTracesRequest.Builder in com.langfuse.client.resources.trace.requests
Methods in com.langfuse.client.resources.trace.requests that return GetTracesRequest.BuilderModifier and TypeMethodDescriptionGetTracesRequest.Builder.additionalProperties(Map<String, Object> additionalProperties) GetTracesRequest.Builder.additionalProperty(String key, Object value) static GetTracesRequest.BuilderGetTracesRequest.builder()GetTracesRequest.Builder.environment(String environment) GetTracesRequest.Builder.environment(List<String> environment) GetTracesRequest.Builder.environment(Optional<List<String>> environment) Optional filter for traces where the environment is one of the provided values.Comma-separated list of fields to include in the response.JSON string containing an array of filter conditions.GetTracesRequest.Builder.from(GetTracesRequest other) GetTracesRequest.Builder.fromTimestamp(OffsetDateTime fromTimestamp) GetTracesRequest.Builder.fromTimestamp(Optional<OffsetDateTime> fromTimestamp) Optional filter to only include traces with a trace.timestamp on or after a certain datetime (ISO 8601)Limit of items per page.Format of the string [field].[asc/desc].Page number, starts at 1Optional filter to only include traces with a certain release.Only traces that include all of these tags will be returned.GetTracesRequest.Builder.toTimestamp(OffsetDateTime toTimestamp) GetTracesRequest.Builder.toTimestamp(Optional<OffsetDateTime> toTimestamp) Optional filter to only include traces with a trace.timestamp before a certain datetime (ISO 8601)Optional filter to only include traces with a certain version.