Skip to content
This repository has been archived by the owner on Dec 31, 2023. It is now read-only.

Commit

Permalink
chore: fix batch predict test
Browse files Browse the repository at this point in the history
  • Loading branch information
busunkim96 committed Aug 13, 2020
1 parent 28697ed commit f49335a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion samples/beta/batch_predict.py
Expand Up @@ -38,9 +38,10 @@ def batch_predict(
output_config = automl.types.BatchPredictOutputConfig(
gcs_destination=gcs_destination
)
params = {}

response = prediction_client.batch_predict(
model_full_id, input_config, output_config
model_full_id, input_config, output_config, params=params
)

print("Waiting for operation to complete...")
Expand Down

0 comments on commit f49335a

Please sign in to comment.