Created
May 18, 2019 04:18
-
-
Save kcchien/81c574fcb19bb13c95514474665b2f2d to your computer and use it in GitHub Desktop.
Scanning User-generated Content Using the Cloud Video Intelligence and Cloud Vision APIs - 3
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
# 建立4個不同用途的Topics | |
gcloud pubsub topics create ${UPLOAD_NOTIFICATION_TOPIC} | |
gcloud pubsub topics create visionapiservice | |
gcloud pubsub topics create videointelligenceservice | |
gcloud pubsub topics create bqinsert | |
# 檢查Topics是否正確被建立 | |
gcloud pubsub topics list |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment