Deployed 0585a4e with MkDocs version: 1.3.0
This commit is contained in:
parent
7305d2ead3
commit
8cda980b81
33 changed files with 782 additions and 464 deletions
|
|
@ -17,7 +17,7 @@
|
|||
|
||||
|
||||
|
||||
<title>How to use a GreatAI service - GreatAI documentation</title>
|
||||
<title>How to deploy a GreatAI service - GreatAI documentation</title>
|
||||
|
||||
|
||||
|
||||
|
|
@ -83,7 +83,7 @@
|
|||
<div data-md-component="skip">
|
||||
|
||||
|
||||
<a href="#how-to-use-a-greatai-service" class="md-skip">
|
||||
<a href="#how-to-deploy-a-greatai-service" 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 use a GreatAI service
|
||||
How to deploy a GreatAI service
|
||||
|
||||
</span>
|
||||
</div>
|
||||
|
|
@ -419,12 +419,12 @@
|
|||
|
||||
|
||||
<label class="md-nav__link md-nav__link--active" for="__toc">
|
||||
How to use a GreatAI service
|
||||
How to deploy a GreatAI service
|
||||
<span class="md-nav__icon md-icon"></span>
|
||||
</label>
|
||||
|
||||
<a href="./" class="md-nav__link md-nav__link--active">
|
||||
How to use a GreatAI service
|
||||
How to deploy a GreatAI service
|
||||
</a>
|
||||
|
||||
|
||||
|
|
@ -526,7 +526,7 @@
|
|||
|
||||
<li class="md-nav__item">
|
||||
<a href="../handle-training-data/" class="md-nav__link">
|
||||
How to handle training data
|
||||
How to manage training data
|
||||
</a>
|
||||
</li>
|
||||
|
||||
|
|
@ -540,7 +540,7 @@
|
|||
|
||||
<li class="md-nav__item">
|
||||
<a href="../large_file/" class="md-nav__link">
|
||||
How to use LargeFile
|
||||
How to use LargeFile-s
|
||||
</a>
|
||||
</li>
|
||||
|
||||
|
|
@ -553,8 +553,8 @@
|
|||
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="../call_remote.md" class="md-nav__link">
|
||||
None
|
||||
<a href="../call-remote/" class="md-nav__link">
|
||||
Call remote GreatAI instances
|
||||
</a>
|
||||
</li>
|
||||
|
||||
|
|
@ -911,7 +911,7 @@
|
|||
|
||||
|
||||
|
||||
<h1 id="how-to-use-a-greatai-service">How to use a GreatAI service<a class="headerlink" href="#how-to-use-a-greatai-service" title="Permanent link">#</a></h1>
|
||||
<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>
|
||||
<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>
|
||||
|
|
@ -1054,13 +1054,13 @@
|
|||
|
||||
|
||||
|
||||
<a href="../handle-training-data/" class="md-footer__link md-footer__link--next" aria-label="Next: How to handle training data" rel="next">
|
||||
<a href="../handle-training-data/" class="md-footer__link md-footer__link--next" aria-label="Next: How to manage training data" rel="next">
|
||||
<div class="md-footer__title">
|
||||
<div class="md-ellipsis">
|
||||
<span class="md-footer__direction">
|
||||
Next
|
||||
</span>
|
||||
How to handle training data
|
||||
How to manage training data
|
||||
</div>
|
||||
</div>
|
||||
<div class="md-footer__button md-icon">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue