Uses of Class
com.langfuse.client.resources.commons.types.TraceWithDetails
Packages that use TraceWithDetails
Package
Description
-
Uses of TraceWithDetails in com.langfuse.client.resources.commons.types
Methods in com.langfuse.client.resources.commons.types that return TraceWithDetailsModifier and TypeMethodDescriptionTraceWithDetails._FinalStage.build()TraceWithDetails.Builder.build()Methods in com.langfuse.client.resources.commons.types with parameters of type TraceWithDetailsModifier and TypeMethodDescriptionTraceWithDetails.Builder.from(TraceWithDetails other) TraceWithDetails.IdStage.from(TraceWithDetails other) -
Uses of TraceWithDetails in com.langfuse.client.resources.trace.types
Methods in com.langfuse.client.resources.trace.types that return types with arguments of type TraceWithDetailsMethods in com.langfuse.client.resources.trace.types with parameters of type TraceWithDetailsModifier and TypeMethodDescriptionTraces._FinalStage.addData(TraceWithDetails data) Traces.Builder.addData(TraceWithDetails data) Method parameters in com.langfuse.client.resources.trace.types with type arguments of type TraceWithDetailsModifier and TypeMethodDescriptionTraces._FinalStage.addAllData(List<TraceWithDetails> data) Traces.Builder.addAllData(List<TraceWithDetails> data) Traces._FinalStage.data(List<TraceWithDetails> data) Traces.Builder.data(List<TraceWithDetails> data)