Uses of Class
com.langfuse.client.resources.ingestion.types.IngestionSuccess
Packages that use IngestionSuccess
-
Uses of IngestionSuccess in com.langfuse.client.resources.ingestion.types
Methods in com.langfuse.client.resources.ingestion.types that return IngestionSuccessModifier and TypeMethodDescriptionIngestionSuccess._FinalStage.build()IngestionSuccess.Builder.build()Methods in com.langfuse.client.resources.ingestion.types that return types with arguments of type IngestionSuccessMethods in com.langfuse.client.resources.ingestion.types with parameters of type IngestionSuccessModifier and TypeMethodDescriptionIngestionResponse.Builder.addSuccesses(IngestionSuccess successes) IngestionSuccess.Builder.from(IngestionSuccess other) IngestionSuccess.IdStage.from(IngestionSuccess other) Method parameters in com.langfuse.client.resources.ingestion.types with type arguments of type IngestionSuccessModifier and TypeMethodDescriptionIngestionResponse.Builder.addAllSuccesses(List<IngestionSuccess> successes) IngestionResponse.Builder.successes(List<IngestionSuccess> successes)