Skip to content

Commit c78f143

Browse files
Add REST api docs
1 parent bf4b58f commit c78f143

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

mkdocs.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,3 +120,6 @@ nav:
120120
- custom_source.md
121121
- custom_op.md
122122
- signature_defs.md
123+
124+
- API:
125+
- Client API (REST): api/api_rest.md
File renamed without changes.

tensorflow_serving/g3doc/docker.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ curl -d '{"instances": [1.0, 2.0, 5.0]}' \
2222
# Returns => { "predictions": [2.5, 3.0, 4.5] }
2323
```
2424

25-
For additional serving endpoints, see the [Client REST API](api_rest.md).
25+
For additional serving endpoints, see the [Client REST API](api/api_rest.md).
2626

2727
## Install Docker
2828

@@ -209,7 +209,7 @@ This should return a set of values:
209209
{ "predictions": [2.5, 3.0, 4.5] }
210210
```
211211

212-
More information on using the RESTful API can be found [here](api_rest.md).
212+
More information on using the RESTful API can be found [here](api/api_rest.md).
213213

214214
## Serving with Docker using your GPU
215215

@@ -302,7 +302,7 @@ GPU build of TensorFlow Model Server will result in an error that looks like:
302302
Cannot assign a device for operation 'a': Operation was explicitly assigned to /device:GPU:0
303303
```
304304

305-
More information on using the RESTful API can be found [here](api_rest.md).
305+
More information on using the RESTful API can be found [here](api/api_rest.md).
306306

307307
## Developing with Docker
308308

0 commit comments

Comments
 (0)