Datasets
Datasets are CSV (comma-separated values) and TSV (tab-separated values) files stored in a workspace. They are used as inputs to pipelines to simplify data management, minimize user data-input errors, and facilitate reproducible workflows.
Path and query parameters
Name | Type | Location | Req/Opt | Description |
---|---|---|---|---|
| integer | query | Optional | Workspace numeric identifier |
| string | query | Optional | |
| string | path | Required | Dataset string identifier |
| boolean | query | Optional | Uploaded file has header |
| string | path | Required | Version number to download |
| string | path | Required | File name for the downloaded dataset content |
| string | path | Required | Launch string identifier |
| integer | path | Required | Workspace numeric identifier |
Request body parameters
Name | Type | Req/Opt | Description |
---|---|---|---|
CreateDatasetV2 | Create dataset | ||
name | string | Optional | |
description | string | Optional | |
UpdateDatasetV2 | Update dataset | ||
name | string | Optional | |
description | string | Optional | |
CreateDataset | Create dataset | ||
name | string | Optional | |
description | string | Optional | |
UpdateDataset | Update dataset | ||
name | string | Optional | |
description | string | Optional |