Class RawObservationsClient
java.lang.Object
com.langfuse.client.resources.observations.RawObservationsClient
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet a observationget(String observationId, RequestOptions requestOptions) Get a observationgetMany()Get a list of observations.getMany(RequestOptions requestOptions) Get a list of observations.getMany(GetObservationsRequest request) Get a list of observations.getMany(GetObservationsRequest request, RequestOptions requestOptions) Get a list of observations.
-
Field Details
-
clientOptions
-
-
Constructor Details
-
RawObservationsClient
-
-
Method Details
-
get
Get a observation -
get
public LangfuseClientHttpResponse<ObservationsView> get(String observationId, RequestOptions requestOptions) Get a observation -
getMany
Get a list of observations.Consider using the v2 observations endpoint for cursor-based pagination and field selection.
-
getMany
Get a list of observations.Consider using the v2 observations endpoint for cursor-based pagination and field selection.
-
getMany
Get a list of observations.Consider using the v2 observations endpoint for cursor-based pagination and field selection.
-
getMany
public LangfuseClientHttpResponse<ObservationsViews> getMany(GetObservationsRequest request, RequestOptions requestOptions) Get a list of observations.Consider using the v2 observations endpoint for cursor-based pagination and field selection.
-