Skip to content

Commit

Permalink
Merge pull request #737 from sujaymansingh/master
Browse files Browse the repository at this point in the history
Fix typo in docstring
  • Loading branch information
ryandawsonuk authored Jul 30, 2019
2 parents 740a853 + 9bc6022 commit ddc446a
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 ddc446a

Please sign in to comment.