--file | -f | string/key-value | The local path to the dataset files on the host machine running the FlexAI CLI. The Dataset will be mounted and made available to your code under the /input/<dataset_name> path. Can also be a mapping between a local path and the path where the dataset file will be stored in the Dataset. If no target nested path is provided, the file will be stored at the root of the Dataset (/input/<dataset_name>/<file_name>). If a target directory path is provided, the file will be stored under that path (/input/<dataset_name>/<target_nested_path>/<file_name>). If the source path is a directory, the entire directory will be uploaded recursively to the Dataset. To learn more about Dataset Organization and their File Structure, visit the Datasets Manager Service page. |
--help | -h | boolean | Displays this help page. |
--source-path | | string | The path to the bucket and file or directory to be pushed. Syntax: <bucket_name>/<path>. Used in together with the --storage-provider flag. |
--storage-provider | | string | The name of the Remote Storage Provider Connection to use for the Dataset upload. You can list the available Remote Storage Provider Connections using the flexai storage list command. |
--verbose | -v | boolean | Provides more detailed output when pushing a Dataset. |