Skip to main content
Pushes a new dataset to a FlexAI. Multiple files can be uploaded at once by using multiple instances of the —file flag, or by pointing the —file flag to a directory containing dataset files. The Datasets Manager Service page provides more information on how to upload (or push) both local files and files from a Remote Storage Provider.

Usage

Arguments

Flags

Examples

Push local files to a dataset

flexai dataset push my-dataset —file /path/to/file1.csv —file /path/to/file2.txt

Push files with custom paths

flexai dataset push my-dataset —file /path/to/file1.csv=train/data/file1.csv —file /path/to/file2.txt=eval/data/file2.txt

Push from remote storage provider

flexai dataset push my-dataset —storage-provider my-s3-provider —source-path bucket-name/path/to/data/