Deployed e8b07b4 with MkDocs version: 1.3.1
This commit is contained in:
parent
f2faa76f96
commit
f254b85515
47 changed files with 146 additions and 128 deletions
|
|
@ -13,7 +13,7 @@
|
|||
|
||||
|
||||
<link rel="icon" href="../media/favicon.ico">
|
||||
<meta name="generator" content="mkdocs-1.3.0, mkdocs-material-8.3.9">
|
||||
<meta name="generator" content="mkdocs-1.3.1, mkdocs-material-8.3.9">
|
||||
|
||||
|
||||
|
||||
|
|
@ -1252,7 +1252,7 @@
|
|||
Bases: <code><span title="typing.Generic">Generic</span>[<span title="great_ai.deploy.great_ai.T">T</span>, <span title="great_ai.deploy.great_ai.V">V</span>]</code></p>
|
||||
|
||||
|
||||
<p>Wrapper for a prediction function providing the implementation of SE4ML best-practices.</p>
|
||||
<p>Wrapper for a prediction function providing the implementation of SE4ML best practices.</p>
|
||||
<p>Provides caching (with argument freezing), a TracingContext during execution, the
|
||||
scaffolding of HTTP endpoints using FastAPI and a dashboard using Dash.</p>
|
||||
<p>IMPORTANT: when a request is served from cache, no new trace is created. Thus, the
|
||||
|
|
@ -1568,7 +1568,7 @@ registered through use_model.</p></td>
|
|||
<span class="normal"><a href="#__codelineno-0-319">319</a></span>
|
||||
<span class="normal"><a href="#__codelineno-0-320">320</a></span>
|
||||
<span class="normal"><a href="#__codelineno-0-321">321</a></span></pre></div></td><td class="code"><div><pre><span></span><code><a id="__codelineno-0-44" name="__codelineno-0-44"></a><span class="k">class</span> <span class="nc">GreatAI</span><span class="p">(</span><span class="n">Generic</span><span class="p">[</span><span class="n">T</span><span class="p">,</span> <span class="n">V</span><span class="p">]):</span>
|
||||
<a id="__codelineno-0-45" name="__codelineno-0-45"></a> <span class="sd">"""Wrapper for a prediction function providing the implementation of SE4ML best-practices.</span>
|
||||
<a id="__codelineno-0-45" name="__codelineno-0-45"></a> <span class="sd">"""Wrapper for a prediction function providing the implementation of SE4ML best practices.</span>
|
||||
<a id="__codelineno-0-46" name="__codelineno-0-46"></a>
|
||||
<a id="__codelineno-0-47" name="__codelineno-0-47"></a><span class="sd"> Provides caching (with argument freezing), a TracingContext during execution, the</span>
|
||||
<a id="__codelineno-0-48" name="__codelineno-0-48"></a><span class="sd"> scaffolding of HTTP endpoints using FastAPI and a dashboard using Dash.</span>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue