Skip to content

Commit

Permalink
link apis
Browse files Browse the repository at this point in the history
Signed-off-by: agriffith50 <[email protected]>
  • Loading branch information
alexagriffith committed Dec 21, 2022
1 parent 226e28f commit ae2c6db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/modelserving/data_plane/v2_protocol.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Open Inference Protocol / V2 Protocol

**For an inference server to be compliant with this protocol the server must implement the health, metadata, and inference V2 APIs**. Optional features that are explicitly noted are not required. A compliant inference server may choose to implement the HTTP/REST API and/or the GRPC API.
**For an inference server to be compliant with this protocol the server must implement the health, metadata, and inference V2 APIs**. Optional features that are explicitly noted are not required. A compliant inference server may choose to implement the [HTTP/REST API](#httprest) and/or the [GRPC API](#grpc).

The V2 protocol supports an extension mechanism as a required part of the API, but this document does not propose any specific extensions. Any specific extensions will be proposed separately.

Expand Down

0 comments on commit ae2c6db

Please sign in to comment.