Class IngestionRequest.Builder
java.lang.Object
com.langfuse.client.resources.ingestion.requests.IngestionRequest.Builder
- Enclosing class:
IngestionRequest
-
Method Summary
Modifier and TypeMethodDescriptionaddAllBatch(List<IngestionEvent> batch) addBatch(IngestionEvent batch) additionalProperties(Map<String, Object> additionalProperties) additionalProperty(String key, Object value) batch(List<IngestionEvent> batch) Batch of tracing events to be ingested.build()from(IngestionRequest other) Optional.
-
Method Details
-
from
-
batch
Batch of tracing events to be ingested. Discriminated by attribute
type. -
addBatch
-
addAllBatch
-
metadata
Optional. Metadata field used by the Langfuse SDKs for debugging.
-
metadata
-
build
-
additionalProperty
-
additionalProperties
-