Skip to main content

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: