Skip to content

Commit

Permalink
rhoai-4448 clarify pipeline build output file location (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
MelissaFlinn authored Mar 21, 2024
1 parent d03eff1 commit 1c261be
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ This {deliverable} does not delve into the details of how to use the SDK. Instea
+
* `7_get_data_train_upload.py` is the main pipeline code.
* `get_data.py`, `train_model.py`, and `upload.py` are the three components of the pipeline.
* `build.sh` is a script that builds the pipeline and creates the YAML file. The generated `7_get_data_train_upload.yaml` file is located in the `fraud-detection-notebooks` directory.
* `build.sh` is a script that builds the pipeline and creates the YAML file.
+
For your convenience, the output of the `build.sh` script is provided in the `7_get_data_train_upload.yaml` file. The `7_get_data_train_upload.yaml` output file is located in the top-level `fraud-detection` directory.

. Right-click the `7_get_data_train_upload.yaml` file and then click *Download*.
+
Expand Down

0 comments on commit 1c261be

Please sign in to comment.