Uses of Class
com.langfuse.client.resources.ingestion.types.ObservationBody
Packages that use ObservationBody
-
Uses of ObservationBody in com.langfuse.client.resources.ingestion.types
Methods in com.langfuse.client.resources.ingestion.types that return ObservationBodyModifier and TypeMethodDescriptionObservationBody._FinalStage.build()ObservationBody.Builder.build()CreateObservationEvent.getBody()UpdateObservationEvent.getBody()Methods in com.langfuse.client.resources.ingestion.types with parameters of type ObservationBodyModifier and TypeMethodDescriptionCreateObservationEvent.BodyStage.body(ObservationBody body) CreateObservationEvent.Builder.body(ObservationBody body) UpdateObservationEvent.BodyStage.body(ObservationBody body) UpdateObservationEvent.Builder.body(ObservationBody body) ObservationBody.Builder.from(ObservationBody other) ObservationBody.TypeStage.from(ObservationBody other)