Skip to content

Commit c59430b

Browse files
Merge pull request #1189 from ageron:patch-1
PiperOrigin-RevId: 280005004
2 parents 26ed86f + aaf66c3 commit c59430b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/beam_datasets.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,10 +68,10 @@ Finally, you can launch the job using the command below:
6868
```sh
6969
python -m tensorflow_datasets.scripts.download_and_prepare \
7070
--datasets=$DATASET_NAME \
71-
--data_dir=$GCP_BUCKET/tensorflow_datasets \
71+
--data_dir=$GCS_BUCKET/tensorflow_datasets \
7272
--beam_pipeline_options=\
7373
"runner=DataflowRunner,project=$GCP_PROJECT,job_name=$DATASET_NAME-gen,"\
74-
"staging_location=$GCP_BUCKET/binaries,temp_location=$GCP_BUCKET/temp,"\
74+
"staging_location=$GCS_BUCKET/binaries,temp_location=$GCS_BUCKET/temp,"\
7575
"requirements_file=/tmp/beam_requirements.txt"
7676
```
7777

0 commit comments

Comments
 (0)