Skip to content

Commit 6a06b07

Browse files
committed
fix prediction format issue
1 parent 09f6799 commit 6a06b07

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/system/aiplatform/test_e2e_forecasting.py

+1
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@ def test_end_to_end_forecasting(self, shared_state, training_job):
108108
job_display_name=self._make_display_name(
109109
"forecasting-liquor-model"),
110110
instances_format="bigquery",
111+
predictions_format="csv",
111112
machine_type="n1-standard-4",
112113
bigquery_source=_PREDICTION_DATASET_BQ_PATH,
113114
gcs_destination_prefix=(

0 commit comments

Comments
 (0)