trieve-client 0.11.7

Trieve OpenAPI Specification. This document describes all of the operations available through the Trieve API.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# CreateDatasetRequest

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**dataset_name** | **String** | Name of the dataset. | 
**organization_id** | [**uuid::Uuid**]uuid::Uuid.md | Organization ID that the dataset will belong to. | 
**server_configuration** | Option<[**models::DatasetConfigurationDto**]DatasetConfigurationDTO.md> |  | [optional]
**tracking_id** | Option<**String**> | Optional tracking ID for the dataset. Can be used to track the dataset in external systems. Must be unique within the organization. Strongly recommended to not use a valid uuid value as that will not work with the TR-Dataset header. | [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)