Pipeline to pipeline examples

This notebook illustrates a series of Pipelines that are joined together.

Models Used

  • gs://seldon-models/triton/simple an example Triton tensorflow model that takes 2 inputs INPUT0 and INPUT1 and adds them to produce OUTPUT0 and also subtracts INPUT1 from INPUT0 to produce OUTPUT1. See here for the original source code and license.

  • Other models can be found at https://github.com/SeldonIO/triton-python-examples

Pipeline pulling from one other Pipeline

pipeline-to-pipeline

Pipeline pulling from two other Pipelines

pipeline-to-pipeline

Pipeline pullin from one pipeline with a trigger to another

pipeline-to-pipeline

Pipeline pulling from one other Pipeline Step

pipeline-to-pipeline

Pipeline pulling from two other Pipeline steps from same model

pipeline-to-pipeline

Last updated

Was this helpful?