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
16
17
18
# DatasetRun

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **String** | Unique identifier of the dataset run | 
**name** | **String** | Name of the dataset run | 
**description** | Option<**String**> | Description of the run | [optional]
**metadata** | Option<**serde_json::Value**> | Metadata of the dataset run | 
**dataset_id** | **String** | Id of the associated dataset | 
**dataset_name** | **String** | Name of the associated dataset | 
**created_at** | **String** | The date and time when the dataset run was created | 
**updated_at** | **String** | The date and time when the dataset run was last updated | 

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