Uses of Class
com.langfuse.client.resources.commons.types.ObservationLevel
Packages that use ObservationLevel
Package
Description
-
Uses of ObservationLevel in com.langfuse.client.resources.commons.types
Fields in com.langfuse.client.resources.commons.types declared as ObservationLevelModifier and TypeFieldDescriptionstatic final ObservationLevelObservationLevel.DEBUGstatic final ObservationLevelObservationLevel.DEFAULTstatic final ObservationLevelObservationLevel.ERRORstatic final ObservationLevelObservationLevel.WARNINGMethods in com.langfuse.client.resources.commons.types that return ObservationLevelModifier and TypeMethodDescriptionIObservation.getLevel()Observation.getLevel()ObservationsView.getLevel()static ObservationLevelMethods in com.langfuse.client.resources.commons.types with parameters of type ObservationLevelModifier and TypeMethodDescriptionObservation.Builder.level(ObservationLevel level) The level of the observationObservation.LevelStage.level(ObservationLevel level) The level of the observationObservationsView.Builder.level(ObservationLevel level) The level of the observationObservationsView.LevelStage.level(ObservationLevel level) The level of the observation -
Uses of ObservationLevel in com.langfuse.client.resources.ingestion.types
Methods in com.langfuse.client.resources.ingestion.types that return types with arguments of type ObservationLevelModifier and TypeMethodDescriptionCreateEventBody.getLevel()CreateGenerationBody.getLevel()CreateSpanBody.getLevel()IOptionalObservationBody.getLevel()ObservationBody.getLevel()OptionalObservationBody.getLevel()UpdateEventBody.getLevel()UpdateGenerationBody.getLevel()UpdateSpanBody.getLevel()Methods in com.langfuse.client.resources.ingestion.types with parameters of type ObservationLevelModifier and TypeMethodDescriptionCreateEventBody.Builder.level(ObservationLevel level) CreateGenerationBody.Builder.level(ObservationLevel level) CreateSpanBody.Builder.level(ObservationLevel level) ObservationBody._FinalStage.level(ObservationLevel level) ObservationBody.Builder.level(ObservationLevel level) OptionalObservationBody.Builder.level(ObservationLevel level) UpdateEventBody._FinalStage.level(ObservationLevel level) UpdateEventBody.Builder.level(ObservationLevel level) UpdateGenerationBody._FinalStage.level(ObservationLevel level) UpdateGenerationBody.Builder.level(ObservationLevel level) UpdateSpanBody._FinalStage.level(ObservationLevel level) UpdateSpanBody.Builder.level(ObservationLevel level) Method parameters in com.langfuse.client.resources.ingestion.types with type arguments of type ObservationLevelModifier and TypeMethodDescriptionCreateEventBody.Builder.level(Optional<ObservationLevel> level) CreateGenerationBody.Builder.level(Optional<ObservationLevel> level) CreateSpanBody.Builder.level(Optional<ObservationLevel> level) ObservationBody._FinalStage.level(Optional<ObservationLevel> level) ObservationBody.Builder.level(Optional<ObservationLevel> level) OptionalObservationBody.Builder.level(Optional<ObservationLevel> level) UpdateEventBody._FinalStage.level(Optional<ObservationLevel> level) UpdateEventBody.Builder.level(Optional<ObservationLevel> level) UpdateGenerationBody._FinalStage.level(Optional<ObservationLevel> level) UpdateGenerationBody.Builder.level(Optional<ObservationLevel> level) UpdateSpanBody._FinalStage.level(Optional<ObservationLevel> level) UpdateSpanBody.Builder.level(Optional<ObservationLevel> level) -
Uses of ObservationLevel in com.langfuse.client.resources.observations.requests
Methods in com.langfuse.client.resources.observations.requests that return types with arguments of type ObservationLevelMethods in com.langfuse.client.resources.observations.requests with parameters of type ObservationLevelMethod parameters in com.langfuse.client.resources.observations.requests with type arguments of type ObservationLevelModifier and TypeMethodDescriptionGetObservationsRequest.Builder.level(Optional<ObservationLevel> level) Optional filter for observations with a specific level (e.g. -
Uses of ObservationLevel in com.langfuse.client.resources.observationsv2.requests
Methods in com.langfuse.client.resources.observationsv2.requests that return types with arguments of type ObservationLevelMethods in com.langfuse.client.resources.observationsv2.requests with parameters of type ObservationLevelMethod parameters in com.langfuse.client.resources.observationsv2.requests with type arguments of type ObservationLevelModifier and TypeMethodDescriptionGetObservationsV2Request.Builder.level(Optional<ObservationLevel> level) Optional filter for observations with a specific level (e.g.