Class ObservationsV2Response.Builder
java.lang.Object
com.langfuse.client.resources.observationsv2.types.ObservationsV2Response.Builder
- All Implemented Interfaces:
ObservationsV2Response._FinalStage,ObservationsV2Response.MetaStage
- Enclosing class:
ObservationsV2Response
public static final class ObservationsV2Response.Builder
extends Object
implements ObservationsV2Response.MetaStage, ObservationsV2Response._FinalStage
-
Method Summary
Modifier and TypeMethodDescriptionaddAllData(List<Map<String, Object>> data) Array of observation objects.Array of observation objects.additionalProperties(Map<String, Object> additionalProperties) additionalProperty(String key, Object value) build()Array of observation objects.from(ObservationsV2Response other) meta(ObservationsV2Meta meta)
-
Method Details
-
from
- Specified by:
fromin interfaceObservationsV2Response.MetaStage
-
meta
- Specified by:
metain interfaceObservationsV2Response.MetaStage
-
addAllData
Array of observation objects. Fields included depend on the
fieldsparameter in the request.- Specified by:
addAllDatain interfaceObservationsV2Response._FinalStage- Returns:
- Reference to
thisso that method calls can be chained together.
-
addData
Array of observation objects. Fields included depend on the
fieldsparameter in the request.- Specified by:
addDatain interfaceObservationsV2Response._FinalStage- Returns:
- Reference to
thisso that method calls can be chained together.
-
data
Array of observation objects. Fields included depend on the
fieldsparameter in the request.- Specified by:
datain interfaceObservationsV2Response._FinalStage
-
build
- Specified by:
buildin interfaceObservationsV2Response._FinalStage
-
additionalProperty
- Specified by:
additionalPropertyin interfaceObservationsV2Response._FinalStage
-
additionalProperties
- Specified by:
additionalPropertiesin interfaceObservationsV2Response._FinalStage
-