Skip to content

Commit

Permalink
Spelling
Browse files Browse the repository at this point in the history
Assuming Deplotment was a mistake.
  • Loading branch information
mustyoshi committed Apr 4, 2019
1 parent 0de9ae6 commit a62ff1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/source/workflow/serving.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Assuming the API gRPC Gateway is exposed at ```<APIGatewayEndpoint>```

#### Ambassador REST

Assuming a SeldonDeplotment ```mymodel``` with Ambassador exposed on 0.0.0.0:8003:
Assuming a SeldonDeployment ```mymodel``` with Ambassador exposed on 0.0.0.0:8003:

```bash
curl -v 0.0.0.0:8003/seldon/mymodel/api/v0.1/predictions -d '{"data":{"names":["a","b"],"tensor":{"shape":[2,2],"values":[0,0,1,1]}}}' -H "Content-Type: application/json"
Expand Down

0 comments on commit a62ff1d

Please sign in to comment.