We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8cb4839 commit e89d330Copy full SHA for e89d330
tests/system/aiplatform/test_model_upload.py
@@ -29,7 +29,7 @@
29
_, _TEST_PROJECT = google_auth.default()
30
_TEST_LOCATION = "us-central1"
31
32
-_XGBOOST_MODEL_URI = "gs://ucaip-test-us-central1/models/iris_xgboost/model.bst"
+_XGBOOST_MODEL_URI = "gs://cloud-samples-data-us-central1/vertex-ai/google-cloud-aiplatform-ci-artifacts/models/iris_xgboost/model.bst"
33
34
35
@pytest.mark.usefixtures("delete_staging_bucket", "teardown")
0 commit comments