Build and List
Build
Building merges the code specific to the pipeline you choose, modify, or make with the code needed to run your CLI and UI. This has to be done before you run the model.
Sub-commands
–pipeline — Select the pipeline you want to build. This must be a unique name not used before and will be the name you use to start or remove the model. Run
bojai list --pipelines
to know what names are already used and not available.–directory — Add the directory address for your custom model. This is the address of the directory that contains the code for your processor, trainer, and user.
–replace — Flag whether you want to replace an already created pipeline. If you do not include this sub-command and there is a pipeline with the same name, your build will fail.
List
Listing is used to know what pipelines you have already built or which already existing pipelines you can use.
Sub-commands
–pipelines — Flag whether you want to see a list of the unbuilt pipelines that are ready to use. Note this list won’t include the custom pipelines you created.
–built — Flag whether you want to see a list of the built pipelines.