Uses of Class
com.langfuse.client.resources.commons.types.Observation
Packages that use Observation
Package
Description
-
Uses of Observation in com.langfuse.client.resources.commons.types
Methods in com.langfuse.client.resources.commons.types that return ObservationMethods in com.langfuse.client.resources.commons.types with parameters of type ObservationModifier and TypeMethodDescriptionObservation.Builder.from(Observation other) Observation.IdStage.from(Observation other) -
Uses of Observation in com.langfuse.client.resources.observations.types
Methods in com.langfuse.client.resources.observations.types that return types with arguments of type ObservationMethods in com.langfuse.client.resources.observations.types with parameters of type ObservationModifier and TypeMethodDescriptionObservations._FinalStage.addData(Observation data) Observations.Builder.addData(Observation data) Method parameters in com.langfuse.client.resources.observations.types with type arguments of type ObservationModifier and TypeMethodDescriptionObservations._FinalStage.addAllData(List<Observation> data) Observations.Builder.addAllData(List<Observation> data) Observations._FinalStage.data(List<Observation> data) Observations.Builder.data(List<Observation> data)