Class AsyncRawObservationsV2Client
java.lang.Object
com.langfuse.client.resources.observationsv2.AsyncRawObservationsV2Client
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetMany()Get a list of observations with cursor-based pagination and flexible field selection.getMany(RequestOptions requestOptions) Get a list of observations with cursor-based pagination and flexible field selection.getMany(GetObservationsV2Request request) Get a list of observations with cursor-based pagination and flexible field selection.getMany(GetObservationsV2Request request, RequestOptions requestOptions) Get a list of observations with cursor-based pagination and flexible field selection.
-
Field Details
-
clientOptions
-
-
Constructor Details
-
AsyncRawObservationsV2Client
-
-
Method Details
-
getMany
Get a list of observations with cursor-based pagination and flexible field selection. -
getMany
public CompletableFuture<LangfuseClientHttpResponse<ObservationsV2Response>> getMany(RequestOptions requestOptions) Get a list of observations with cursor-based pagination and flexible field selection. -
getMany
public CompletableFuture<LangfuseClientHttpResponse<ObservationsV2Response>> getMany(GetObservationsV2Request request) Get a list of observations with cursor-based pagination and flexible field selection. -
getMany
public CompletableFuture<LangfuseClientHttpResponse<ObservationsV2Response>> getMany(GetObservationsV2Request request, RequestOptions requestOptions) Get a list of observations with cursor-based pagination and flexible field selection.
-