Deployed 041eefc with MkDocs version: 1.3.0

This commit is contained in:
2022-07-13 18:25:37 +00:00
parent 664786d231
commit 27a5cb14bf
35 changed files with 121 additions and 111 deletions

View file

@ -17,7 +17,7 @@
<title>How to deploy a GreatAI service - GreatAI documentation</title>
<title>How to perform prediction with GreatAI - GreatAI documentation</title>
@ -83,7 +83,7 @@
<div data-md-component="skip">
<a href="#how-to-deploy-a-greatai-service" class="md-skip">
<a href="#how-to-perform-prediction-with-greatai" class="md-skip">
Skip to content
</a>
@ -116,7 +116,7 @@
<div class="md-header__topic" data-md-component="header-topic">
<span class="md-ellipsis">
How to deploy a GreatAI service
How to perform prediction with GreatAI
</span>
</div>
@ -419,12 +419,12 @@
<label class="md-nav__link md-nav__link--active" for="__toc">
How to deploy a GreatAI service
How to perform prediction with GreatAI
<span class="md-nav__icon md-icon"></span>
</label>
<a href="./" class="md-nav__link md-nav__link--active">
How to deploy a GreatAI service
How to perform prediction with GreatAI
</a>
@ -911,7 +911,7 @@
<h1 id="how-to-deploy-a-greatai-service">How to deploy a GreatAI service<a class="headerlink" href="#how-to-deploy-a-greatai-service" title="Permanent link">#</a></h1>
<h1 id="how-to-perform-prediction-with-greatai">How to perform prediction with GreatAI<a class="headerlink" href="#how-to-perform-prediction-with-greatai" title="Permanent link">#</a></h1>
<p>After <a href="/how-to-guides/create-service">creating a GreatAI service</a> by wrapping your prediction function, and optionally <a href="/how-to-guides/configure-service">configuring it</a>, it's time to do some prediction.</p>
<p>Let's take the following example:</p>
<div class="highlight"><span class="filename">greeter.py</span><pre><span></span><code><a id="__codelineno-0-1" name="__codelineno-0-1" href="#__codelineno-0-1"></a><span class="kn">from</span> <span class="nn">great_ai</span> <span class="kn">import</span> <span class="n">GreatAI</span>
@ -1017,7 +1017,7 @@
<small>
Last update:
<span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-date">July 12, 2022</span>
<span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-date">July 13, 2022</span>
</small>