Skip to content

Commit 86df4b5

Browse files
dizcologycopybara-github
authored andcommitted
fix: correct data file gcs path for import_data_text_sentiment_analysis_sample test
PiperOrigin-RevId: 487588905
1 parent 98c9b58 commit 86df4b5

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

samples/snippets/dataset_service/import_data_text_sentiment_analysis_sample_test.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,10 @@
2020

2121
PROJECT_ID = os.getenv("BUILD_SPECIFIC_GCLOUD_PROJECT")
2222
LOCATION = "us-central1"
23-
GCS_SOURCE = "gs://ucaip-test-us-central1/dataset/ucaip_tst_dataset_10.csv"
23+
GCS_SOURCE = (
24+
"gs://cloud-samples-data-us-central1/ai-platform/natural_language/"
25+
"sentiment_analysis/dataset_ucaip_tst_dataset_10.csv"
26+
)
2427
METADATA_SCHEMA_URI = (
2528
"gs://google-cloud-aiplatform/schema/dataset/metadata/text_1.0.0.yaml"
2629
)

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy