langfuse-client-base 0.12.0

Auto-generated Langfuse API client from OpenAPI specification
Documentation
# Dataset

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **String** |  | 
**name** | **String** |  | 
**description** | Option<**String**> | Description of the dataset | [optional]
**metadata** | Option<**serde_json::Value**> | Metadata associated with the dataset | 
**input_schema** | Option<**serde_json::Value**> | JSON Schema for validating dataset item inputs | [optional]
**expected_output_schema** | Option<**serde_json::Value**> | JSON Schema for validating dataset item expected outputs | [optional]
**project_id** | **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)