Skip to content

Commit

Permalink
fix: correct data file gcs path for import_data_text_sentiment_analys…
Browse files Browse the repository at this point in the history
…is_sample test

PiperOrigin-RevId: 487588905
  • Loading branch information
dizcology authored and Copybara-Service committed Nov 10, 2022
1 parent 98c9b58 commit 86df4b5
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,10 @@

PROJECT_ID = os.getenv("BUILD_SPECIFIC_GCLOUD_PROJECT")
LOCATION = "us-central1"
GCS_SOURCE = "gs://ucaip-test-us-central1/dataset/ucaip_tst_dataset_10.csv"
GCS_SOURCE = (
"gs://cloud-samples-data-us-central1/ai-platform/natural_language/"
"sentiment_analysis/dataset_ucaip_tst_dataset_10.csv"
)
METADATA_SCHEMA_URI = (
"gs://google-cloud-aiplatform/schema/dataset/metadata/text_1.0.0.yaml"
)
Expand Down

0 comments on commit 86df4b5

Please sign in to comment.