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
Name | Short | Description | Required |
---|---|---|---|
--organization-id | -o | The organization ID | If project not specified |
--project-id | -p | The project ID | If organization not specified |
--name | -n | The dataset name | Yes |
List Datasets
imerit dataset list
Lists datasets in an organisation or project
Options
Name | Short | Description | Required |
---|---|---|---|
--organization-id | -o | The organization ID | If project not specified |
--project-id | -p | The project ID | If organization not specified |
View a Dataset
imerit dataset view --dataset-id <id-of-dataset>
Displays information about a dataset
Options
Name | Short | Description | Required |
---|---|---|---|
--dataset-id | -d | The dataset ID | Yes |
Update a Dataset
imerit dataset update --dataset-id <id-of-dataset> --name <new-dataset-name>
Updates information about a dataset
Options
Name | Short | Description | Required |
---|---|---|---|
--dataset-id | -d | The dataset ID | Yes |
--name | -n | The name of the dataset | Yes |
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
Name | Short | Description | Required |
---|---|---|---|
--dataset-id | -d | The dataset ID | Yes |
--directory | Path to directory containing the files to upload | Yes |