Skip to content

Commit

Permalink
fix prediction format issue
Browse files Browse the repository at this point in the history
  • Loading branch information
TheMichaelHu committed Jun 3, 2022
1 parent 6022bba commit a44d055
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/system/aiplatform/test_e2e_forecasting.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ def test_end_to_end_forecasting(self, shared_state, training_job):
job_display_name=self._make_display_name(
"forecasting-liquor-model"),
instances_format="bigquery",
predictions_format="csv",
machine_type="n1-standard-4",
bigquery_source=_PREDICTION_DATASET_BQ_PATH,
gcs_destination_prefix=(
Expand Down

0 comments on commit a44d055

Please sign in to comment.