-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[CAT-92] & [CAT-71] Document Report and Submission Retry (#115)
* items submitted * workflow metrics changes * updated sphinx docs * document report init * document report + retry submission * items submitted * workflow metrics changes * updated sphinx docs * document report init * document report + retry submission
- Loading branch information
Showing
26 changed files
with
870 additions
and
42 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
***************** | ||
Document Report Metrics | ||
***************** | ||
|
||
.. autoclass:: indico.queries.document_report.GetDocumentReport |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
********************** | ||
Document Report Metrics Types | ||
********************** | ||
|
||
.. automodule:: indico.types.document_report | ||
.. autoclass:: indico.types.document_report.InputFile | ||
.. autoclass:: indico.types.document_report.DocumentReport |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,249 @@ | ||
|
||
|
||
<!DOCTYPE html> | ||
<html class="writer-html5" lang="en" > | ||
<head> | ||
<meta charset="utf-8" /> | ||
|
||
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> | ||
|
||
<title>Document Report Metrics — Indico Python Client 3.1.0 documentation</title> | ||
|
||
|
||
|
||
<link rel="stylesheet" href="_static/css/indicotheme.css" type="text/css" /> | ||
<link rel="stylesheet" href="_static/pygments.css" type="text/css" /> | ||
<link rel="stylesheet" href="_static/pygments.css" type="text/css" /> | ||
<link rel="stylesheet" href="_static/css/indicotheme.css" type="text/css" /> | ||
|
||
|
||
|
||
<link rel="shortcut icon" href="_static/favicon.png"/> | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<!--[if lt IE 9]> | ||
<script src="_static/js/html5shiv.min.js"></script> | ||
<![endif]--> | ||
|
||
|
||
<script type="text/javascript" id="documentation_options" data-url_root="./" src="_static/documentation_options.js"></script> | ||
<script data-url_root="./" id="documentation_options" 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 type="text/javascript" src="_static/js/theme.js"></script> | ||
|
||
|
||
<link rel="index" title="Index" href="genindex.html" /> | ||
<link rel="search" title="Search" href="search.html" /> | ||
</head> | ||
|
||
<body class="wy-body-for-nav"> | ||
|
||
|
||
<div class="wy-grid-for-nav"> | ||
|
||
<nav data-toggle="wy-nav-shift" class="wy-nav-side"> | ||
<div class="wy-side-scroll"> | ||
<div class="wy-side-nav-search" style="background: linear-gradient(to right top,#2c4658,#2f5f76,#2b7992,#2094ad,#04b1c6)" > | ||
|
||
|
||
|
||
<a href="index.html" class="icon icon-home"> Indico Python Client | ||
|
||
|
||
|
||
|
||
<img src="_static/logo-white.png" class="logo" alt="Logo"/> | ||
|
||
</a> | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<div role="search"> | ||
<form id="rtd-search-form" class="wy-form" action="search.html" method="get"> | ||
<input type="text" name="q" placeholder="Search docs" /> | ||
<input type="hidden" name="check_keywords" value="yes" /> | ||
<input type="hidden" name="area" value="default" /> | ||
</form> | ||
</div> | ||
|
||
|
||
</div> | ||
|
||
|
||
<div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="main navigation"> | ||
|
||
|
||
|
||
|
||
|
||
|
||
<ul> | ||
<li class="toctree-l1"><a class="reference internal" href="intro.html">Getting Started</a></li> | ||
<li class="toctree-l1"><a class="reference internal" href="concepts.html">Key Concepts and Terminology</a></li> | ||
<li class="toctree-l1"><a class="reference internal" href="docextract-intro.html">OCR With DocumentExtraction</a></li> | ||
<li class="toctree-l1"><a class="reference internal" href="docextract_settings.html">DocumentExtraction Settings</a></li> | ||
<li class="toctree-l1"><a class="reference internal" href="model_predictions.html">Generating Model Predictions</a></li> | ||
<li class="toctree-l1"><a class="reference internal" href="workflow-intro.html">Workflows</a></li> | ||
<li class="toctree-l1"><a class="reference internal" href="review-intro.html">Review</a></li> | ||
<li class="toctree-l1"><a class="reference internal" href="auto-review.html">Auto Review</a></li> | ||
<li class="toctree-l1"><a class="reference internal" href="object-detection.html">Object Detection</a></li> | ||
<li class="toctree-l1"><a class="reference internal" href="migration.html">Migrating Client Library Scripts</a></li> | ||
<li class="toctree-l1"><a class="reference internal" href="examples.html">Examples</a></li> | ||
</ul> | ||
<ul> | ||
<li class="toctree-l1"><a class="reference internal" href="config.html">IndicoConfig</a></li> | ||
<li class="toctree-l1"><a class="reference internal" href="client.html">IndicoClient</a></li> | ||
<li class="toctree-l1"><a class="reference internal" href="docextract.html">DocumentExtraction</a></li> | ||
<li class="toctree-l1"><a class="reference internal" href="datasets.html">Datasets</a></li> | ||
<li class="toctree-l1"><a class="reference internal" href="model_groups.html">Model Groups</a></li> | ||
<li class="toctree-l1"><a class="reference internal" href="jobs.html">Jobs and Job Status</a></li> | ||
<li class="toctree-l1"><a class="reference internal" href="submissions.html">Submissions</a></li> | ||
<li class="toctree-l1"><a class="reference internal" href="storage.html">Storage</a></li> | ||
<li class="toctree-l1"><a class="reference internal" href="workflow.html">Workflows</a></li> | ||
<li class="toctree-l1"><a class="reference internal" href="exports.html">Exports</a></li> | ||
<li class="toctree-l1"><a class="reference internal" href="filters.html">Filters</a></li> | ||
<li class="toctree-l1"><a class="reference internal" href="graphql_queries.html">Common GraphQL Queries</a></li> | ||
<li class="toctree-l1"><a class="reference internal" href="user_metrics.html">User Metrics</a></li> | ||
<li class="toctree-l1"><a class="reference internal" href="workflow-metrics.html">Workflow Metrics</a></li> | ||
</ul> | ||
<ul> | ||
<li class="toctree-l1"><a class="reference internal" href="dataset-type.html">Dataset Types</a></li> | ||
<li class="toctree-l1"><a class="reference internal" href="jobs-type.html">Jobs Types</a></li> | ||
<li class="toctree-l1"><a class="reference internal" href="model-group-type.html">Model Group Types</a></li> | ||
<li class="toctree-l1"><a class="reference internal" href="model-type.html">Model Types</a></li> | ||
<li class="toctree-l1"><a class="reference internal" href="user-metrics-types.html">User Metrics Types</a></li> | ||
<li class="toctree-l1"><a class="reference internal" href="workflow-metrics-types.html">Workflow Metrics Types</a></li> | ||
</ul> | ||
|
||
|
||
|
||
</div> | ||
|
||
</div> | ||
</nav> | ||
|
||
<section data-toggle="wy-nav-shift" class="wy-nav-content-wrap"> | ||
|
||
|
||
<nav class="wy-nav-top" aria-label="top navigation"> | ||
|
||
<i data-toggle="wy-nav-top" class="fa fa-bars"></i> | ||
<a href="index.html">Indico Python Client</a> | ||
|
||
</nav> | ||
|
||
|
||
<div class="wy-nav-content"> | ||
|
||
<div class="rst-content"> | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<div role="navigation" aria-label="breadcrumbs navigation"> | ||
|
||
<ul class="wy-breadcrumbs"> | ||
|
||
<li><a href="index.html" class="icon icon-home"></a> »</li> | ||
|
||
<li>Document Report Metrics</li> | ||
|
||
|
||
<li class="wy-breadcrumbs-aside"> | ||
|
||
|
||
<a href="_sources/document_report.rst.txt" rel="nofollow"> View page source</a> | ||
|
||
|
||
</li> | ||
|
||
</ul> | ||
|
||
|
||
<hr/> | ||
</div> | ||
<div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article"> | ||
<div itemprop="articleBody"> | ||
|
||
<div class="section" id="document-report-metrics"> | ||
<h1>Document Report Metrics<a class="headerlink" href="#document-report-metrics" title="Permalink to this headline">¶</a></h1> | ||
<dl class="py class"> | ||
<dt class="sig sig-object py" id="indico.queries.document_report.GetDocumentReport"> | ||
<em class="property"><span class="pre">class</span> </em><span class="sig-prename descclassname"><span class="pre">indico.queries.document_report.</span></span><span class="sig-name descname"><span class="pre">GetDocumentReport</span></span><span class="sig-paren">(</span><em class="sig-param"><span class="n"><span class="pre">filters</span></span><span class="o"><span class="pre">=</span></span><span class="default_value"><span class="pre">None</span></span></em>, <em class="sig-param"><span class="n"><span class="pre">limit</span></span><span class="o"><span class="pre">=</span></span><span class="default_value"><span class="pre">None</span></span></em><span class="sig-paren">)</span><a class="headerlink" href="#indico.queries.document_report.GetDocumentReport" title="Permalink to this definition">¶</a></dt> | ||
<dd></dd></dl> | ||
|
||
</div> | ||
|
||
|
||
</div> | ||
|
||
</div> | ||
<footer> | ||
|
||
<hr/> | ||
|
||
<div role="contentinfo"> | ||
<p> | ||
© Copyright 2020, Indico. | ||
|
||
</p> | ||
</div> | ||
|
||
|
||
|
||
Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a | ||
|
||
<a href="https://github.com/readthedocs/sphinx_rtd_theme">theme</a> | ||
|
||
provided by <a href="https://readthedocs.org">Read the Docs</a>. | ||
|
||
</footer> | ||
</div> | ||
</div> | ||
|
||
</section> | ||
|
||
</div> | ||
|
||
|
||
<script type="text/javascript"> | ||
jQuery(function () { | ||
SphinxRtdTheme.Navigation.enable(true); | ||
}); | ||
</script> | ||
|
||
|
||
|
||
|
||
|
||
|
||
</body> | ||
</html> |
Oops, something went wrong.