forked from kubeflow/pipelines
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Predict protocol V2 proposal (kubeflow#709)
* Predict protocol V2 proposal * Add clarifying statement about use of platform * Model version should be specified as a string * Add endorsements * Fix typo * Update docs/predict-api/v2/required_api.md Co-Authored-By: Animesh Singh <singhan@us.ibm.com> * Update required_api.md Co-authored-by: Animesh Singh <singhan@us.ibm.com>
- Loading branch information
1 parent
3eaf7c6
commit 073f1bf
Showing
3 changed files
with
857 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# Predict Protocol - Version 2 | ||
|
||
The *Predict Protocol, version 2* is a set of HTTP/REST and GRPC APIs | ||
for inference / prediction servers. By implementing this protocol both | ||
inference clients and servers will increase their utility and | ||
portability by being able to operate seamlessly on platforms that have | ||
standardized around this protocol. | ||
|
||
The protocol is composed of a required set of APIs that must be | ||
implemented by a compliant server. This required set of APIs is | ||
described in [required_api.md](./required_api.md). | ||
|
||
The protocol supports an extension mechanism as a required part of the | ||
API, but no specific extensions are required to be implemented by a | ||
compliant server. | ||
|
||
The protocol is not yet finalized and so feedback is welcome. To | ||
provide feedback open an issue and prepend the title with "[Predict | ||
Protocol V2]". |
Oops, something went wrong.