Skip to main content

Datasets

Commands for managing datasets.

Getting Help

For global help on dataset commands:

imerit dataset --help

For specific help on a dataset command:

imerit dataset [command] --help

Create a Dataset

imerit dataset create -name <name-of-dataset>

Creates a dataset in an organisation or project

Options

NameShortDescriptionRequired
--organization-id-oThe organization IDIf project not specified
--project-id-pThe project IDIf organization not specified
--name-nThe dataset nameYes

List Datasets

imerit dataset list

Lists datasets in an organisation or project

Options

NameShortDescriptionRequired
--organization-id-oThe organization IDIf project not specified
--project-id-pThe project IDIf organization not specified

View a Dataset

imerit dataset view --dataset-id <id-of-dataset> 

Displays information about a dataset

Options

NameShortDescriptionRequired
--dataset-id-dThe dataset IDYes

Update a Dataset

imerit dataset update --dataset-id <id-of-dataset> --name <new-dataset-name>

Updates information about a dataset

Options

NameShortDescriptionRequired
--dataset-id-dThe dataset IDYes
--name-nThe name of the datasetYes

Upload a Dataset

imerit dataset start --dataset-id <id-of-dataset> --directory <path-to-directory>

Uploads files from a local directory to a dataset

Options

NameShortDescriptionRequired
--dataset-id-dThe dataset IDYes
--directoryPath to directory containing the files to uploadYes