Created
May 18, 2019 04:30
-
-
Save kcchien/de37fea09af473b81e826ddb1151cdb7 to your computer and use it in GitHub Desktop.
Scanning User-generated Content Using the Cloud Video Intelligence and Cloud Vision APIs - 4
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sed -i "s/\[PROJECT-ID\]/$PROJECT_ID/g" config.json | |
sed -i "s/\[FLAGGED_BUCKET_NAME\]/$FLAGGED_BUCKET_NAME/g" config.json | |
sed -i "s/\[FILTERED_BUCKET_NAME\]/$FILTERED_BUCKET_NAME/g" config.json | |
sed -i "s/\[DATASET_ID\]/$DATASET_ID/g" config.json | |
sed -i "s/\[TABLE_NAME\]/$TABLE_NAME/g" config.json |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment