DataGym.ai
  • DataGym.ai
  • Getting Started
  • Project
    • What is a project?
    • Create a new project
    • Update a project
    • Delete a project
    • Connect a dataset
    • Export data
    • Import Data
  • Dataset
    • What is a dataset?
    • Create a new dataset
    • Update a dataset
    • Connect with AWS S3
    • Delete a dataset
    • Manage images
      • Upload to DataGym.ai
      • Add public links
      • Synchronize with AWS S3
    • Connect to a project
    • Use the review mode
  • Label configuration
    • What is a label configuration?
    • Configuration entry
    • Entry types
    • Creating an entry
    • Editing an entry
    • Duplicating an entry
  • Label mode
    • What is the label mode?
    • Entry-list
    • Value-list
    • Task control
    • Toolbar
    • Workspace
    • AI-assisted labeling
    • Video labeling
  • Tasks
    • What is a task?
    • Process a task
    • Manage Tasks
  • AI-Assistant
    • AI-assisted pre-labeling
    • Object Classes
  • API Token
    • API
    • Manage API Token
  • Account-Management
    • Account Settings
    • Organisation-Management
  • Python API
    • Getting Started
    • Projects
    • Labeled data
    • Datasets
    • Images
    • Label configuration
    • Uploading COCO
  • Changelog
Powered by GitBook
On this page

Was this helpful?

  1. Dataset

Create a new dataset

How to create a new dataset

PreviousWhat is a dataset?NextUpdate a dataset

Last updated 4 years ago

Was this helpful?

The Button "New dataset" is located on top of the dataset overview list. It redirects the user to the route /datasets/create.

The requested data is described below.

The dataset owner:

  • You can either select Private to create a dataset with you as an owner, or you can select Organisation. There you can select an organisation, of which you hold admin rights, as on owner. If you don't have any organization you can create one by clicking on the + symbol.

The dataset owner cannot be changed later.

The dataset name:

  • The name must be unique per organisation.

  • The name is limited to 255 characters.

The short description:

The short description is used to give a summary of what the dataset contains.

  • This text is limited to 128 characters.

If all fields are valid the button "Create Dataset" is enabled and can be used to save the data. On success, the user is redirected to the dataset overview page.

The required and optional fields to create a new dataset.