mirror of
https://github.com/JHUAPL/PINE.git
synced 2026-01-10 06:58:04 -05:00
This includes two main features: 1. Add/fix status/train/predict endpoints for pipelines. 2. Add OpenAPI specification for backend API.
222 lines
18 KiB
HTML
222 lines
18 KiB
HTML
|
|
|
|
<!doctype html>
|
|
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<title>pine — pine documentation</title>
|
|
<link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
|
|
<link rel="stylesheet" href="../../_static/bizstyle.css" type="text/css" />
|
|
<link rel="stylesheet" type="text/css" href="../../_static/graphviz.css" />
|
|
|
|
<script id="documentation_options" data-url_root="../../" src="../../_static/documentation_options.js"></script>
|
|
<script src="../../_static/jquery.js"></script>
|
|
<script src="../../_static/underscore.js"></script>
|
|
<script src="../../_static/doctools.js"></script>
|
|
<script src="../../_static/bizstyle.js"></script>
|
|
<link rel="index" title="Index" href="../../genindex.html" />
|
|
<link rel="search" title="Search" href="../../search.html" />
|
|
<link rel="next" title="pine.backend" href="backend/index.html" />
|
|
<link rel="prev" title="API Reference" href="../index.html" />
|
|
<meta name="viewport" content="width=device-width,initial-scale=1.0" />
|
|
<!--[if lt IE 9]>
|
|
<script src="_static/css3-mediaqueries.js"></script>
|
|
<![endif]-->
|
|
</head><body>
|
|
<div class="related" role="navigation" aria-label="related navigation">
|
|
<h3>Navigation</h3>
|
|
<ul>
|
|
<li class="right" style="margin-right: 10px">
|
|
<a href="../../genindex.html" title="General Index"
|
|
accesskey="I">index</a></li>
|
|
<li class="right" >
|
|
<a href="../../py-modindex.html" title="Python Module Index"
|
|
>modules</a> |</li>
|
|
<li class="right" >
|
|
<a href="backend/index.html" title="pine.backend"
|
|
accesskey="N">next</a> |</li>
|
|
<li class="right" >
|
|
<a href="../index.html" title="API Reference"
|
|
accesskey="P">previous</a> |</li>
|
|
<li class="nav-item nav-item-0"><a href="../../index.html">pine documentation</a> »</li>
|
|
<li class="nav-item nav-item-1"><a href="../index.html" accesskey="U">API Reference</a> »</li>
|
|
<li class="nav-item nav-item-this"><a href=""><code class="xref py py-mod docutils literal notranslate"><span class="pre">pine</span></code></a></li>
|
|
</ul>
|
|
</div>
|
|
|
|
<div class="document">
|
|
<div class="documentwrapper">
|
|
<div class="bodywrapper">
|
|
<div class="body" role="main">
|
|
|
|
<div class="section" id="module-pine">
|
|
<span id="pine"></span><h1><a class="reference internal" href="#module-pine" title="pine"><code class="xref py py-mod docutils literal notranslate"><span class="pre">pine</span></code></a><a class="headerlink" href="#module-pine" title="Permalink to this headline">¶</a></h1>
|
|
<div class="section" id="subpackages">
|
|
<h2>Subpackages<a class="headerlink" href="#subpackages" title="Permalink to this headline">¶</a></h2>
|
|
<div class="toctree-wrapper compound">
|
|
<ul>
|
|
<li class="toctree-l1"><a class="reference internal" href="backend/index.html"><code class="xref py py-mod docutils literal notranslate"><span class="pre">pine.backend</span></code></a><ul>
|
|
<li class="toctree-l2"><a class="reference internal" href="backend/admin/index.html"><code class="xref py py-mod docutils literal notranslate"><span class="pre">pine.backend.admin</span></code></a><ul>
|
|
<li class="toctree-l3"><a class="reference internal" href="backend/admin/bp/index.html"><code class="xref py py-mod docutils literal notranslate"><span class="pre">pine.backend.admin.bp</span></code></a></li>
|
|
</ul>
|
|
</li>
|
|
<li class="toctree-l2"><a class="reference internal" href="backend/annotations/index.html"><code class="xref py py-mod docutils literal notranslate"><span class="pre">pine.backend.annotations</span></code></a><ul>
|
|
<li class="toctree-l3"><a class="reference internal" href="backend/annotations/bp/index.html"><code class="xref py py-mod docutils literal notranslate"><span class="pre">pine.backend.annotations.bp</span></code></a></li>
|
|
</ul>
|
|
</li>
|
|
<li class="toctree-l2"><a class="reference internal" href="backend/api/index.html"><code class="xref py py-mod docutils literal notranslate"><span class="pre">pine.backend.api</span></code></a><ul>
|
|
<li class="toctree-l3"><a class="reference internal" href="backend/api/bp/index.html"><code class="xref py py-mod docutils literal notranslate"><span class="pre">pine.backend.api.bp</span></code></a></li>
|
|
</ul>
|
|
</li>
|
|
<li class="toctree-l2"><a class="reference internal" href="backend/auth/index.html"><code class="xref py py-mod docutils literal notranslate"><span class="pre">pine.backend.auth</span></code></a><ul>
|
|
<li class="toctree-l3"><a class="reference internal" href="backend/auth/bp/index.html"><code class="xref py py-mod docutils literal notranslate"><span class="pre">pine.backend.auth.bp</span></code></a></li>
|
|
<li class="toctree-l3"><a class="reference internal" href="backend/auth/eve/index.html"><code class="xref py py-mod docutils literal notranslate"><span class="pre">pine.backend.auth.eve</span></code></a></li>
|
|
<li class="toctree-l3"><a class="reference internal" href="backend/auth/oauth/index.html"><code class="xref py py-mod docutils literal notranslate"><span class="pre">pine.backend.auth.oauth</span></code></a></li>
|
|
<li class="toctree-l3"><a class="reference internal" href="backend/auth/password/index.html"><code class="xref py py-mod docutils literal notranslate"><span class="pre">pine.backend.auth.password</span></code></a></li>
|
|
<li class="toctree-l3"><a class="reference internal" href="backend/auth/vegas/index.html"><code class="xref py py-mod docutils literal notranslate"><span class="pre">pine.backend.auth.vegas</span></code></a></li>
|
|
</ul>
|
|
</li>
|
|
<li class="toctree-l2"><a class="reference internal" href="backend/collections/index.html"><code class="xref py py-mod docutils literal notranslate"><span class="pre">pine.backend.collections</span></code></a><ul>
|
|
<li class="toctree-l3"><a class="reference internal" href="backend/collections/bp/index.html"><code class="xref py py-mod docutils literal notranslate"><span class="pre">pine.backend.collections.bp</span></code></a></li>
|
|
</ul>
|
|
</li>
|
|
<li class="toctree-l2"><a class="reference internal" href="backend/data/index.html"><code class="xref py py-mod docutils literal notranslate"><span class="pre">pine.backend.data</span></code></a><ul>
|
|
<li class="toctree-l3"><a class="reference internal" href="backend/data/bp/index.html"><code class="xref py py-mod docutils literal notranslate"><span class="pre">pine.backend.data.bp</span></code></a></li>
|
|
<li class="toctree-l3"><a class="reference internal" href="backend/data/service/index.html"><code class="xref py py-mod docutils literal notranslate"><span class="pre">pine.backend.data.service</span></code></a></li>
|
|
<li class="toctree-l3"><a class="reference internal" href="backend/data/users/index.html"><code class="xref py py-mod docutils literal notranslate"><span class="pre">pine.backend.data.users</span></code></a></li>
|
|
</ul>
|
|
</li>
|
|
<li class="toctree-l2"><a class="reference internal" href="backend/documents/index.html"><code class="xref py py-mod docutils literal notranslate"><span class="pre">pine.backend.documents</span></code></a><ul>
|
|
<li class="toctree-l3"><a class="reference internal" href="backend/documents/bp/index.html"><code class="xref py py-mod docutils literal notranslate"><span class="pre">pine.backend.documents.bp</span></code></a></li>
|
|
</ul>
|
|
</li>
|
|
<li class="toctree-l2"><a class="reference internal" href="backend/job_manager/index.html"><code class="xref py py-mod docutils literal notranslate"><span class="pre">pine.backend.job_manager</span></code></a><ul>
|
|
<li class="toctree-l3"><a class="reference internal" href="backend/job_manager/service/index.html"><code class="xref py py-mod docutils literal notranslate"><span class="pre">pine.backend.job_manager.service</span></code></a></li>
|
|
</ul>
|
|
</li>
|
|
<li class="toctree-l2"><a class="reference internal" href="backend/pineiaa/index.html"><code class="xref py py-mod docutils literal notranslate"><span class="pre">pine.backend.pineiaa</span></code></a><ul>
|
|
<li class="toctree-l3"><a class="reference internal" href="backend/pineiaa/bratiaa/index.html"><code class="xref py py-mod docutils literal notranslate"><span class="pre">pine.backend.pineiaa.bratiaa</span></code></a></li>
|
|
<li class="toctree-l3"><a class="reference internal" href="backend/pineiaa/bp/index.html"><code class="xref py py-mod docutils literal notranslate"><span class="pre">pine.backend.pineiaa.bp</span></code></a></li>
|
|
</ul>
|
|
</li>
|
|
<li class="toctree-l2"><a class="reference internal" href="backend/pipelines/index.html"><code class="xref py py-mod docutils literal notranslate"><span class="pre">pine.backend.pipelines</span></code></a><ul>
|
|
<li class="toctree-l3"><a class="reference internal" href="backend/pipelines/bp/index.html"><code class="xref py py-mod docutils literal notranslate"><span class="pre">pine.backend.pipelines.bp</span></code></a></li>
|
|
</ul>
|
|
</li>
|
|
<li class="toctree-l2"><a class="reference internal" href="backend/shared/index.html"><code class="xref py py-mod docutils literal notranslate"><span class="pre">pine.backend.shared</span></code></a><ul>
|
|
<li class="toctree-l3"><a class="reference internal" href="backend/shared/config/index.html"><code class="xref py py-mod docutils literal notranslate"><span class="pre">pine.backend.shared.config</span></code></a></li>
|
|
<li class="toctree-l3"><a class="reference internal" href="backend/shared/transform/index.html"><code class="xref py py-mod docutils literal notranslate"><span class="pre">pine.backend.shared.transform</span></code></a></li>
|
|
</ul>
|
|
</li>
|
|
<li class="toctree-l2"><a class="reference internal" href="backend/app/index.html"><code class="xref py py-mod docutils literal notranslate"><span class="pre">pine.backend.app</span></code></a></li>
|
|
<li class="toctree-l2"><a class="reference internal" href="backend/config/index.html"><code class="xref py py-mod docutils literal notranslate"><span class="pre">pine.backend.config</span></code></a></li>
|
|
<li class="toctree-l2"><a class="reference internal" href="backend/cors/index.html"><code class="xref py py-mod docutils literal notranslate"><span class="pre">pine.backend.cors</span></code></a></li>
|
|
<li class="toctree-l2"><a class="reference internal" href="backend/log/index.html"><code class="xref py py-mod docutils literal notranslate"><span class="pre">pine.backend.log</span></code></a></li>
|
|
<li class="toctree-l2"><a class="reference internal" href="backend/models/index.html"><code class="xref py py-mod docutils literal notranslate"><span class="pre">pine.backend.models</span></code></a></li>
|
|
</ul>
|
|
</li>
|
|
<li class="toctree-l1"><a class="reference internal" href="client/index.html"><code class="xref py py-mod docutils literal notranslate"><span class="pre">pine.client</span></code></a><ul>
|
|
<li class="toctree-l2"><a class="reference internal" href="client/client/index.html"><code class="xref py py-mod docutils literal notranslate"><span class="pre">pine.client.client</span></code></a></li>
|
|
<li class="toctree-l2"><a class="reference internal" href="client/exceptions/index.html"><code class="xref py py-mod docutils literal notranslate"><span class="pre">pine.client.exceptions</span></code></a></li>
|
|
<li class="toctree-l2"><a class="reference internal" href="client/log/index.html"><code class="xref py py-mod docutils literal notranslate"><span class="pre">pine.client.log</span></code></a></li>
|
|
<li class="toctree-l2"><a class="reference internal" href="client/models/index.html"><code class="xref py py-mod docutils literal notranslate"><span class="pre">pine.client.models</span></code></a></li>
|
|
<li class="toctree-l2"><a class="reference internal" href="client/password/index.html"><code class="xref py py-mod docutils literal notranslate"><span class="pre">pine.client.password</span></code></a></li>
|
|
</ul>
|
|
</li>
|
|
<li class="toctree-l1"><a class="reference internal" href="pipelines/index.html"><code class="xref py py-mod docutils literal notranslate"><span class="pre">pine.pipelines</span></code></a><ul>
|
|
<li class="toctree-l2"><a class="reference internal" href="pipelines/app/index.html"><code class="xref py py-mod docutils literal notranslate"><span class="pre">pine.pipelines.app</span></code></a><ul>
|
|
<li class="toctree-l3"><a class="reference internal" href="pipelines/app/listener/index.html"><code class="xref py py-mod docutils literal notranslate"><span class="pre">pine.pipelines.app.listener</span></code></a></li>
|
|
</ul>
|
|
</li>
|
|
<li class="toctree-l2"><a class="reference internal" href="pipelines/shared/index.html"><code class="xref py py-mod docutils literal notranslate"><span class="pre">pine.pipelines.shared</span></code></a><ul>
|
|
<li class="toctree-l3"><a class="reference internal" href="pipelines/shared/config/index.html"><code class="xref py py-mod docutils literal notranslate"><span class="pre">pine.pipelines.shared.config</span></code></a></li>
|
|
<li class="toctree-l3"><a class="reference internal" href="pipelines/shared/transform/index.html"><code class="xref py py-mod docutils literal notranslate"><span class="pre">pine.pipelines.shared.transform</span></code></a></li>
|
|
</ul>
|
|
</li>
|
|
<li class="toctree-l2"><a class="reference internal" href="pipelines/EveClient/index.html"><code class="xref py py-mod docutils literal notranslate"><span class="pre">pine.pipelines.EveClient</span></code></a></li>
|
|
<li class="toctree-l2"><a class="reference internal" href="pipelines/NERWrapper/index.html"><code class="xref py py-mod docutils literal notranslate"><span class="pre">pine.pipelines.NERWrapper</span></code></a></li>
|
|
<li class="toctree-l2"><a class="reference internal" href="pipelines/NER_API/index.html"><code class="xref py py-mod docutils literal notranslate"><span class="pre">pine.pipelines.NER_API</span></code></a></li>
|
|
<li class="toctree-l2"><a class="reference internal" href="pipelines/RankingFunctions/index.html"><code class="xref py py-mod docutils literal notranslate"><span class="pre">pine.pipelines.RankingFunctions</span></code></a></li>
|
|
<li class="toctree-l2"><a class="reference internal" href="pipelines/corenlp_NER_pipeline/index.html"><code class="xref py py-mod docutils literal notranslate"><span class="pre">pine.pipelines.corenlp_NER_pipeline</span></code></a></li>
|
|
<li class="toctree-l2"><a class="reference internal" href="pipelines/opennlp_NER_pipeline/index.html"><code class="xref py py-mod docutils literal notranslate"><span class="pre">pine.pipelines.opennlp_NER_pipeline</span></code></a></li>
|
|
<li class="toctree-l2"><a class="reference internal" href="pipelines/pipeline/index.html"><code class="xref py py-mod docutils literal notranslate"><span class="pre">pine.pipelines.pipeline</span></code></a></li>
|
|
<li class="toctree-l2"><a class="reference internal" href="pipelines/pmap_ner/index.html"><code class="xref py py-mod docutils literal notranslate"><span class="pre">pine.pipelines.pmap_ner</span></code></a></li>
|
|
<li class="toctree-l2"><a class="reference internal" href="pipelines/run_service/index.html"><code class="xref py py-mod docutils literal notranslate"><span class="pre">pine.pipelines.run_service</span></code></a></li>
|
|
<li class="toctree-l2"><a class="reference internal" href="pipelines/spacy_NER_pipeline/index.html"><code class="xref py py-mod docutils literal notranslate"><span class="pre">pine.pipelines.spacy_NER_pipeline</span></code></a></li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<div class="clearer"></div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="sphinxsidebar" role="navigation" aria-label="main navigation">
|
|
<div class="sphinxsidebarwrapper">
|
|
<h3><a href="../../index.html">Table of Contents</a></h3>
|
|
<ul>
|
|
<li><a class="reference internal" href="#"><code class="xref py py-mod docutils literal notranslate"><span class="pre">pine</span></code></a><ul>
|
|
<li><a class="reference internal" href="#subpackages">Subpackages</a></li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
|
|
<h4>Previous topic</h4>
|
|
<p class="topless"><a href="../index.html"
|
|
title="previous chapter">API Reference</a></p>
|
|
<h4>Next topic</h4>
|
|
<p class="topless"><a href="backend/index.html"
|
|
title="next chapter"><code class="xref py py-mod docutils literal notranslate"><span class="pre">pine.backend</span></code></a></p>
|
|
<div role="note" aria-label="source link">
|
|
<h3>This Page</h3>
|
|
<ul class="this-page-menu">
|
|
<li><a href="../../_sources/autoapi/pine/index.rst.txt"
|
|
rel="nofollow">Show Source</a></li>
|
|
</ul>
|
|
</div>
|
|
<div id="searchbox" style="display: none" role="search">
|
|
<h3 id="searchlabel">Quick search</h3>
|
|
<div class="searchformwrapper">
|
|
<form class="search" action="../../search.html" method="get">
|
|
<input type="text" name="q" aria-labelledby="searchlabel" />
|
|
<input type="submit" value="Go" />
|
|
</form>
|
|
</div>
|
|
</div>
|
|
<script>$('#searchbox').show(0);</script>
|
|
</div>
|
|
</div>
|
|
<div class="clearer"></div>
|
|
</div>
|
|
<div class="related" role="navigation" aria-label="related navigation">
|
|
<h3>Navigation</h3>
|
|
<ul>
|
|
<li class="right" style="margin-right: 10px">
|
|
<a href="../../genindex.html" title="General Index"
|
|
>index</a></li>
|
|
<li class="right" >
|
|
<a href="../../py-modindex.html" title="Python Module Index"
|
|
>modules</a> |</li>
|
|
<li class="right" >
|
|
<a href="backend/index.html" title="pine.backend"
|
|
>next</a> |</li>
|
|
<li class="right" >
|
|
<a href="../index.html" title="API Reference"
|
|
>previous</a> |</li>
|
|
<li class="nav-item nav-item-0"><a href="../../index.html">pine documentation</a> »</li>
|
|
<li class="nav-item nav-item-1"><a href="../index.html" >API Reference</a> »</li>
|
|
<li class="nav-item nav-item-this"><a href=""><code class="xref py py-mod docutils literal notranslate"><span class="pre">pine</span></code></a></li>
|
|
</ul>
|
|
</div>
|
|
<div class="footer" role="contentinfo">
|
|
© Copyright (C) 2019 The Johns Hopkins University Applied Physics Laboratory LLC..
|
|
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 3.5.3.
|
|
</div>
|
|
</body>
|
|
</html> |