dataset_create
Create a Kaggle dataset by providing file tokens from file_upload. Set owner, slug, title, license, and privacy.
Instructions
Create a new dataset. Use file_upload first to get file tokens.
Args:
owner: Owner username.
slug: Dataset slug.
title: Dataset title.
file_tokens: Comma-separated file tokens from file_upload.
license_name: License (e.g. CC0-1.0, CC-BY-SA-4.0).
is_private: Whether dataset is private.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| owner | Yes | ||
| slug | Yes | ||
| title | Yes | ||
| file_tokens | No | ||
| license_name | No | CC0-1.0 | |
| is_private | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |