Skip to content

Commit

Permalink
Updated documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
axsaucedo committed Feb 17, 2022
1 parent d48c3c5 commit 8d7db77
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion doc/source/python/python_component.md
Original file line number Diff line number Diff line change
Expand Up @@ -464,7 +464,7 @@ class Model:
```

#### Validation
Output of developer-defined `metadata` method will be validated to follow the [V2 dataplane proposal](https://github.com/kserve/kfserve/blob/master/docs/predict-api/v2/required_api.md#model-metadata) protocol, see [this](https://github.com/SeldonIO/seldon-core/issues/1638) GitHub issue for details:
Output of developer-defined `metadata` method will be validated to follow the [V2 dataplane proposal](https://github.com/kserve/kserve/blob/master/docs/predict-api/v2/required_api.md#model-metadata) protocol, see [this](https://github.com/SeldonIO/seldon-core/issues/1638) GitHub issue for details:
```javascript
$metadata_model_response =
{
Expand Down
1 change: 0 additions & 1 deletion doc/source/tutorials/blogs.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ Blog articles featuring different use cases of Seldon:
Scalable Data Science - The State of DevOps/MLOps in 2018 <https://axsaucedo.github.io/scalable-data-science/#/>
Overview of Openshift source-to-image use in Seldon-Core <openshift_s2i.md>
CartPole game by Reinforcement Learning <https://github.com/hypnosapos/cartpole-rl-remote/>
Clear Linux Deep Learning Reference Stack <https://docs.01.org/clearlinux/latest/guides/stacks/dlrs-inference.html>
MLOps: The end of end-to-end <https://www.mosaicventures.com/mosaicblog/2020/2/20/mlops-the-end-of-end-to-end>
What would machine learning look like if you mixed in DevOps? <https://www.theregister.co.uk/2020/03/07/devops_machine_learning_mlops/>
[Archive] Move Fast and Break Things? The AI Governance Dilemma <https://web.archive.org/web/20200212160350/https://hackernoon.com/move-fast-and-break-things-the-ai-governance-dilemma-dsq32ix>
Expand Down

0 comments on commit 8d7db77

Please sign in to comment.