Modify and Checkout
Modify
The bojai modify
command creates a copy of the selected pre-built pipeline’s code, allowing you to customize it. This provides flexibility if you wish to change the data representation or adjust the model architecture.
Sub-commands
-
–pipeline — Select the name of the pre-existing built-in pipeline you want to modify.
Runbojai list --pipelines
to view the available pipelines. -
–directory — Specify the target directory where the pipeline files should be copied.
The selected pipeline will be copied into a folder (named after the pipeline) inside the directory you provide.
Checkout
Checkout is used to retrieve the code/files for a directory either in CLI or UI. The pipeline should be created and built before using the checkout command.
Sub-commands
-
–directory — Select the directory you want to retrieve its code/files. This must be a name of an existing directory.
-
–ui — Flag if you want to retrieve the files in UI. If not used, the checkout command will automatically function in CLI.