Changelog: 2024-12-02
Highlights
Section titled “Highlights”- [Breaking]
flexai dataset push --file
flag value syntax inverted when passing a value pair.
- Enhanced set of checks before initiating a Training Job to ensure the correct configuration has been set.
Changed
Section titled “Changed”-
The
-f, --file
flag offlexai dataset push
can receive both a string and a Key Value pair separated by an equals sign=
. The Key Value pair syntax is now inverted, with the local path to first, followed by the destination path in the Dataset:flexai dataset push <dataset_name> \--file <destination_path/in/dataset>=<local_path/to/file>--file <local_path/to/file>=<destination_path/in/dataset>For more details:
- Visit the Uploading Datasets from your local machine guide.