Skip to main content

2024-12-02

Highlights

  • [Breaking] flexai dataset push --file flag value syntax inverted when passing a value pair.

Added

  • Enhanced set of checks before initiating a Training Job to ensure the correct configuration has been set.

Changed

  • The -f, --file flag of flexai 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: