vessl dataset
Overview
Run vessl dataset --help
to view the list of commands, or vessl dataset [COMMAND] --help
to view individual command instructions.
Copy files within a dataset
This is not supported for externally sourced datasets.
NAME
Dataset name
SOURCE
Source path within the dataset
DEST
Destination file path within
-r
, --recursive
Required if source file is a directory
Create a dataset
NAME
Dataset name
-m
, --description
Dataset description
-e
, --external-path
AWS S3 or Google Cloud Storage bucket URL
--aws-role-arn
AWS Role ARN to access S3
--enable-versioning
Enable versioning
--version-path
Versioning bucket path
Delete a file within a dataset
This is not supported for externally sourced datasets.
NAME
Dataset name
PATH
File path
-r
, --recursive
Required if file is a directory
Download dataset files
NAME
Dataset name
SOURCE
Source path within the dataset
DEST
Local destination path
List all datasets
List dataset files
NAME
Dataset name
-p
, --path
Directory path to list (defaults to root)
-r
, --recursive
List files recursively
View information on the dataset
NAME
Dataset name
Upload files to a dataset
NAME
Dataset name
SOURCE
Local source path
DEST
Destination path within the dataset
Last updated