Skip to content

Commit

Permalink
Fix typo in docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
sujaymansingh committed Jul 30, 2019
1 parent e597559 commit 9bc6022
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python/seldon_core/seldon_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ def __init__(self, gateway: str = "ambassador", transport: str = "rest", namespa
deployment_name
name of seldon deployment
payload_type
pyalod - tensor, ndarray or tftensor
type of payload - tensor, ndarray or tftensor
oauth_key
OAUTH key (if using seldon api server)
oauth_secret
Expand Down Expand Up @@ -211,7 +211,7 @@ def predict(self, gateway: str = None, transport: str = None, deployment_name: s
deployment_name
name of seldon deployment
payload_type
pyalod - tensor, ndarray or tftensor
type of payload - tensor, ndarray or tftensor
oauth_key
OAUTH key (if using seldon api server)
oauth_secret
Expand Down

0 comments on commit 9bc6022

Please sign in to comment.