langfuse-client 0.1.22

## 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
# DatasetRunWithItems

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**dataset_run_items** | [**Vec<models::DatasetRunItem>**]DatasetRunItem.md |  | 
**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**].md> | Metadata of the dataset run | [optional]
**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)