datasets Api
Provides access to the Datasets API, enabling operations related to datasets.
The datasetsApi
is initialized lazily and utilizes an instance of ApiClient
for executing requests. This configuration ensures the API client is set up with appropriate authentication and headers.
Part of the LangfuseClient
structure, it is responsible for managing dataset-related functionalities such as creation, retrieval, updating, and deletion of datasets.