Skip to content

Commit

Permalink
update client
Browse files Browse the repository at this point in the history
  • Loading branch information
tkpd-hafizhan committed Oct 1, 2023
1 parent f230bda commit bfd9d15
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions python/sdk/merlin/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -276,10 +276,10 @@ def undeploy(self, model_version: ModelVersion, environment_name: str = None):

def standard_transformer_simulate(
self,
payload: dict,
headers: dict,
config: dict,
model_prediction_config: dict,
payload: Dict,
headers: Dict,
config: Dict,
model_prediction_config: Dict,
protocol: Protocol = Protocol.HTTP_JSON,
):
request = StandardTransformerSimulationRequest(
Expand Down

0 comments on commit bfd9d15

Please sign in to comment.