langfuse-client-base 0.12.0

Auto-generated Langfuse API client from OpenAPI specification
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# CreateDatasetRequest

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**name** | **String** |  | 
**description** | Option<**String**> |  | [optional]
**metadata** | Option<**serde_json::Value**> |  | [optional]
**input_schema** | Option<**serde_json::Value**> | JSON Schema for validating dataset item inputs. When set, all new and existing dataset items will be validated against this schema. | [optional]
**expected_output_schema** | Option<**serde_json::Value**> | JSON Schema for validating dataset item expected outputs. When set, all new and existing dataset items will be validated against this schema. | [optional]

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