Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add missing GA doc #1215

Merged
merged 2 commits into from
Dec 7, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions doc/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ Seldon Core is an open source platform for deploying machine learning models on
:maxdepth: 1
:caption: Reference

General Availability <reference/ga.md>
Python API reference <python/api/modules>
Seldon Microservice API <reference/apis/internal-api.md>
Seldon Orchestrator <reference/engine>
Expand Down
16 changes: 8 additions & 8 deletions doc/source/python/api/seldon_core.rst
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,14 @@ seldon\_core.flask\_utils module
:undoc-members:
:show-inheritance:

seldon\_core.imports\_helper module
-----------------------------------

.. automodule:: seldon_core.imports_helper
:members:
:undoc-members:
:show-inheritance:

seldon\_core.metrics module
---------------------------

Expand Down Expand Up @@ -96,14 +104,6 @@ seldon\_core.storage module
:undoc-members:
:show-inheritance:

seldon\_core.tf\_helper module
------------------------------

.. automodule:: seldon_core.tf_helper
:members:
:undoc-members:
:show-inheritance:

seldon\_core.user\_model module
-------------------------------

Expand Down
12 changes: 12 additions & 0 deletions doc/source/reference/ga.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# General Availability

Seldon 1.0 release will be a GA release. However, a subset of all the current Seldon Core functionality will come under GA. The GA components are:

* Seldon Deployment v1 CRD
* Seldon v1 REST and gRPC API
* Seldon-Core Python wrapper 1.0
* Tensorflow, SKLearn, XGboost prepacked servers

Seldon offers commercial support for Seldon Core as well as a commerical enterprise offering for running ML Serving in production using Seldon Core. Please visit the [Seldon website](https://www.seldon.io/) for more information.