qanat dataset¶
Command information¶
qanat dataset¶
Dataset-level utility
qanat dataset [OPTIONS] COMMAND [ARGS]...
delete¶
Delete dataset.
qanat dataset delete [OPTIONS] NAME
Arguments
- NAME¶
Required argument
list¶
Show list of datasets in this repertory.
qanat dataset list [OPTIONS]
new¶
Create new dataset.
qanat dataset new [OPTIONS]
Options
- -f, --file <file>¶
Path to a YAML file containing the dataset definition.
- --yes¶
Skip confirmation prompt.
update¶
Update dataset.
qanat dataset update [OPTIONS] NAME
Options
- --yes¶
Skip confirmation prompt.
Arguments
- NAME¶
Required argument
Command description¶
This command is used to manage datasets in the application. (See Dataset)) for details.
Note
Datasets are suposed to be stored on a path accessible by the machines running experiments. The process to link dataset to experiment is done when creating/updating an experiment (see :ref:’experiment’).