.. _f-resthelper: module ``netrest.rest_helper`` ============================== Short summary +++++++++++++ module ``lightmlrestapi.netrest.rest_helper`` Helpers to submit REST API requests. :githublink:`%|py|5` Functions +++++++++ +--------------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------+ | function | truncated documentation | +======================================================================================+========================================================================================================================+ | :func:`json_predict_model ` | Builds a REST request to compute the prediction of a machine learning model upload with :func:`json_upload_model`. ... | +--------------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------+ | :func:`json_upload_model ` | Builds a REST request to upload a machine learned models to a REST API defined by :class:`MLStoragePost`. | +--------------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------+ | :func:`submit_rest_request ` | Submits a request to a REST API defined by :class:`MLStoragePost`. | +--------------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------+ Documentation +++++++++++++ .. automodule:: lightmlrestapi.netrest.rest_helper :members: :special-members: __init__ :show-inheritance: