Skip to content

Commit 6c363b1

Browse files
committed
Remove word "production" and mark all language wrappers as examples (#7096)
1 parent 21be864 commit 6c363b1

File tree

8 files changed

+12
-13
lines changed

8 files changed

+12
-13
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Wrappers and SDKs
22

33
{% hint style="warning" %}
4-
All wrappers except the Python Language Wrapper are examples only and are not production ready.
4+
All wrappers are examples only.
55
{% endhint %}

docs-gb/configuration/wrappers-and-sdks/go-language-wrapper.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Go Language Wrapper
22

33
{% hint style="warning" %}
4-
This wrapper is an example only and is not production ready.
4+
This wrapper is an example only.
55
{% endhint %}
66

77
This is an initial example Go project to illustrate how Go microservices can be built and deployed for management by Seldon Core.
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
11
# Python Language Wrapper
22

3+
{% hint style="warning" %}
4+
This wrapper is an example only.
5+
{% endhint %}

docs-gb/reference/images.md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,6 @@
1717
| [SKLearn Server](../servers/sklearn.md) | [seldonio/sklearnserver](https://hub.docker.com/r/seldonio/sklearnserver/tags/) | 1.19.0 |
1818
| [XGBoost Server](../servers/xgboost.md) | [seldonio/xgboostserver](https://hub.docker.com/r/seldonio/xgboostserver/tags/) | 1.19.0 |
1919

20-
## Language wrappers
21-
22-
| Description | Image URL | Version |
23-
|-------------|-----------|----------------|
24-
| [Seldon Python 3 (3.12) Wrapper for S2I](../wrappers/python/python_wrapping_s2i.md) | [seldonio/seldon-core-s2i-python3](https://hub.docker.com/r/seldonio/seldon-core-s2i-python3/tags/) | 1.19.0 |
25-
| [Seldon Python 3.12 Wrapper for S2I](../wrappers/python/python_wrapping_s2i.md) | [seldonio/seldon-core-s2i-python312](https://hub.docker.com/r/seldonio/seldon-core-s2i-python312/tags/) | 1.19.0 |
2620

2721
## Server proxies
2822

@@ -42,13 +36,15 @@
4236
## Other images
4337

4438
{% hint style="warning" %}
45-
The following images are examples only and are not production-ready.
39+
The following images are examples only.
4640
{% endhint %}
4741

4842
### Language wrappers (examples only)
4943

5044
| Description | Image URL |
5145
|-------------|-----------|
46+
| [Seldon Python 3 (3.12) Wrapper for S2I](../wrappers/python/python_wrapping_s2i.md) | [seldonio/seldon-core-s2i-python3](https://hub.docker.com/r/seldonio/seldon-core-s2i-python3/tags/) |
47+
| [Seldon Python 3.12 Wrapper for S2I](../wrappers/python/python_wrapping_s2i.md) | [seldonio/seldon-core-s2i-python312](https://hub.docker.com/r/seldonio/seldon-core-s2i-python312/tags/) |
5248
| [Seldon Python ONNX Wrapper for S2I](../wrappers/python/python_wrapping_s2i.md) | [seldonio/seldon-core-s2i-python3-ngraph-onnx](https://hub.docker.com/r/seldonio/seldon-core-s2i-python3-ngraph-onnx/tags/) |
5349
| [Seldon Java Build Wrapper for S2I](../wrappers/java.md) | [seldonio/seldon-core-s2i-java-build](https://hub.docker.com/r/seldonio/seldon-core-s2i-java-build/tags/) |
5450
| [Seldon Java Runtime Wrapper for S2I](../wrappers/java.md) | [seldonio/seldon-core-s2i-java-runtime](https://hub.docker.com/r/seldonio/seldon-core-s2i-java-runtime/tags/) |

docs-gb/wrappers/cpp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Packaging a C++ Framework/Model for Seldon Core
22

33
{% hint style="warning" %}
4-
This wrapper is an example only and is not production-ready.
4+
This wrapper is an example only.
55
{% endhint %}
66

77
In this guide we illustrate how you can wrap your CPP models using a CPP wrapper.

docs-gb/wrappers/java.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Packaging a Java model for Seldon Core using s2i
22

33
{% hint style="warning" %}
4-
This wrapper is an example only and is not production-ready.
4+
This wrapper is an example only.
55
{% endhint %}
66

77
In this guide, we illustrate the steps needed to wrap your own Java model in a docker image for Seldon Core using [source-to-image app s2i](https://github.com/openshift/source-to-image).

docs-gb/wrappers/nodejs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Packaging a NodeJS model for Seldon Core using s2i
22

33
{% hint style="warning" %}
4-
This wrapper is an example only and is not production-ready.
4+
This wrapper is an example only.
55
{% endhint %}
66

77
In this guide, we illustrate the steps needed to wrap your own JS model running on a node engine in a docker image for Seldon Core using [source-to-image app s2i](https://github.com/openshift/source-to-image).

docs-gb/wrappers/r.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Packaging an R model for Seldon Core using s2i
22

33
{% hint style="warning" %}
4-
This wrapper is an example only and is not production-ready.
4+
This wrapper is an example only.
55
{% endhint %}
66

77
In this guide, we illustrate the steps needed to wrap your own R model in a docker image for Seldon Core using [source-to-image app s2i](https://github.com/openshift/source-to-image).

0 commit comments

Comments
 (0)