Uses of Class
com.langfuse.client.resources.ingestion.types.IngestionEvent
Packages that use IngestionEvent
Package
Description
-
Uses of IngestionEvent in com.langfuse.client.resources.ingestion.requests
Methods in com.langfuse.client.resources.ingestion.requests that return types with arguments of type IngestionEventMethods in com.langfuse.client.resources.ingestion.requests with parameters of type IngestionEventMethod parameters in com.langfuse.client.resources.ingestion.requests with type arguments of type IngestionEventModifier and TypeMethodDescriptionIngestionRequest.Builder.addAllBatch(List<IngestionEvent> batch) IngestionRequest.Builder.batch(List<IngestionEvent> batch) Batch of tracing events to be ingested. -
Uses of IngestionEvent in com.langfuse.client.resources.ingestion.types
Methods in com.langfuse.client.resources.ingestion.types that return IngestionEventModifier and TypeMethodDescriptionstatic IngestionEventIngestionEvent.eventCreate(CreateEventEvent value) static IngestionEventIngestionEvent.generationCreate(CreateGenerationEvent value) static IngestionEventIngestionEvent.generationUpdate(UpdateGenerationEvent value) static IngestionEventIngestionEvent.observationCreate(CreateObservationEvent value) static IngestionEventIngestionEvent.observationUpdate(UpdateObservationEvent value) static IngestionEventIngestionEvent.scoreCreate(ScoreEvent value) static IngestionEventIngestionEvent.sdkLog(SdkLogEvent value) static IngestionEventIngestionEvent.spanCreate(CreateSpanEvent value) static IngestionEventIngestionEvent.spanUpdate(UpdateSpanEvent value) static IngestionEventIngestionEvent.traceCreate(TraceEvent value)