Running your pipeline

You can upload and run your pipeline directly from the pipeline editor. Use either your newly created pipeline or the provided 4 Train Save.pipeline file.

Prerequisites
Procedure
  1. In the JupyterLab pipeline editor toolbar, click Run Pipeline.

    Pipeline Run Button
  2. Enter a name for your pipeline.

  3. Verify that the Runtime Configuration: is set to Pipeline.

  4. Click OK.

    NOTE: If you see an error message stating that "no runtime configuration for Pipelines is defined", you might have created your workbench before the pipeline server was available. To address this error, you must verify that you configured the pipeline server and then restart the workbench.

  5. In the OpenShift AI dashboard, open your project and expand the newly created pipeline.

    New pipeline expanded
  6. Click View runs.

    View runs for selected pipeline
  7. Click your run and then view the pipeline run in progress.

    Pipeline run progress
Verification
  • The models/fraud/1/model.onnx file is in your S3 bucket.

Next step