Pipeline Methods
================

| The pipeline methods are the blocks that construct the end-user request flow

.. figure:: _static/request_flow.png

    API request flow through the four functions


.. _`pipeline_load_model`:

--------------
``load_model``
--------------

.. autofunction:: pipeline.load_model

.. _`pipeline_verify_input`:

----------------
``verify_input``
----------------

.. autofunction:: pipeline.verify_input

.. _`pipeline_process`:

-----------
``process``
-----------

.. autofunction:: pipeline.process

.. _`pipeline_predict`:

-----------
``predict``
-----------

.. autofunction:: pipeline.predict

