langfuse-client 0.1.21

## Authentication Authenticate with the API using [Basic Auth](https://en.wikipedia.org/wiki/Basic_access_authentication), get API keys in the project settings: - username: Langfuse Public Key - password: Langfuse Secret Key ## Exports - OpenAPI spec: https://cloud.langfuse.com/generated/api/openapi.yml - Postman collection: https://cloud.langfuse.com/generated/postman/collection.json
Documentation
# DatasetItem

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **String** |  | 
**status** | [**models::DatasetStatus**]DatasetStatus.md |  | 
**input** | Option<[**serde_json::Value**].md> |  | [optional]
**expected_output** | Option<[**serde_json::Value**].md> |  | [optional]
**metadata** | Option<[**serde_json::Value**].md> |  | [optional]
**source_trace_id** | Option<**String**> |  | [optional]
**source_observation_id** | Option<**String**> |  | [optional]
**dataset_id** | **String** |  | 
**dataset_name** | **String** |  | 
**created_at** | **String** |  | 
**updated_at** | **String** |  | 

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)