Real Time Data Processing With CLoud IoT Core Reviews

Real Time Data Processing With CLoud IoT Core Reviews

638 reviews

Can't try the Vision API. There's no Try the API option in the UI

Nicolas P. · Reviewed ما يقرب من 5 سنوات ago

非常有幫助,需要更多各項服務串接的範例 !!

浩恩 邱. · Reviewed ما يقرب من 5 سنوات ago

Firman M. · Reviewed ما يقرب من 5 سنوات ago

Jyy Bing L. · Reviewed ما يقرب من 5 سنوات ago

mohamed b. · Reviewed ما يقرب من 5 سنوات ago

Delvine L. · Reviewed ما يقرب من 5 سنوات ago

Aji R. · Reviewed ما يقرب من 5 سنوات ago

Hans K. · Reviewed ما يقرب من 5 سنوات ago

Sindhu I. · Reviewed ما يقرب من 5 سنوات ago

I have the following errors. ========================================== google3388866_student@devhost:~/cloud-dataproc/codelabs/opencv-haarcascade$ MYBUCKET="${USER/_/-}-image-${RANDOM}" google3388866_student@devhost:~/cloud-dataproc/codelabs/opencv-haarcascade$ echo MYBUCKET=${MYBUCKET} MYBUCKET=google3388866-student-image-13081 google3388866_student@devhost:~/cloud-dataproc/codelabs/opencv-haarcascade$ gsutil mb gs://${MYBUCKET} Creating gs://google3388866-student-image-13081/... BadRequestException: 400 Use of this bucket name is restricted: 'google3388866-student-image-13081' google3388866_student@devhost:~/cloud-dataproc/codelabs/opencv-haarcascade$ curl https://www.publicdomainpictures.n et/pictures/20000/velka/family-of-three-871290963799xUk.jpg | gsutil cp - gs://${MYBUCKET}/imgs/family-of-three.jpg % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0BucketNotFoundException: 404 gs://goo gle3388866-student-image-13081 bucket does not exist. 27 255k 27 72919 0 0 91429 0 0:00:02 --:--:-- 0:00:02 91377 curl: (23) Failed writing body (933 != 4220) google3388866_student@devhost:~/cloud-dataproc/codelabs/opencv-haarcascade$ curl https://www.publicdomainpictures.n et/pictures/10000/velka/african-woman-331287912508yqXc.jpg | gsutil cp - gs://${MYBUCKET}/imgs/african-woman.jpg % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0BucketNotFoundException: 404 gs://goo gle3388866-student-image-13081 bucket does not exist. 41 174k 41 73369 0 0 94470 0 0:00:01 --:--:-- 0:00:01 94547 curl: (23) Failed writing body (483 != 4220) google3388866_student@devhost:~/cloud-dataproc/codelabs/opencv-haarcascade$ ======================================== I resolved it by using my own modification, and it works for me as follows. ======================================== google3388866_student@devhost:~/cloud-dataproc/codelabs/opencv-haarcascade$ MYBUCKET="choojun004" google3388866_student@devhost:~/cloud-dataproc/codelabs/opencv-haarcascade$ gsutil mb gs://${MYBUCKET} Creating gs://choojun004/... google3388866_student@devhost:~/cloud-dataproc/codelabs/opencv-haarcascade$ curl https://www.publicdomainpictures.net/pictures/20000/velka/family-of-three-871290963799xUk.jpg | gsutil cp - gs://${MYBUCKET}/imgs/family-of-three.jpg % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0Copying from <STDIN>... 100 255k 100 255k 0 0 265k 0 --:--:-- --:--:-- --:--:-- 265k / [1 files][ 0.0 B/ 0.0 B] Operation completed over 1 objects. google3388866_student@devhost:~/cloud-dataproc/codelabs/opencv-haarcascade$ curl https://www.publicdomainpictures.net/pictures/10000/velka/african-woman-331287912508yqXc.jpg | gsutil cp - gs://${MYBUCKET}/imgs/african-woman.jpg % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0Copying from <STDIN>... 100 174k 100 174k 0 0 183k 0 --:--:-- --:--:-- --:--:-- 183k / [1 files][ 0.0 B/ 0.0 B] Operation completed over 1 objects. google3388866_student@devhost:~/cloud-dataproc/codelabs/opencv-haarcascade$ curl https://www.publicdomainpictures.net/pictures/10000/velka/296-1246658839vCW7.jpg | gsutil cp - gs://${MYBUCKET}/imgs/classroom.jpg % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0Copying from <STDIN>... 100 216k 100 216k 0 0 227k 0 --:--:-- --:--:-- --:--:-- 227k / [1 files][ 0.0 B/ 0.0 B] Operation completed over 1 objects. google3388866_student@devhost:~/cloud-dataproc/codelabs/opencv-haarcascade$ ======================================

Choo Jun T. · Reviewed ما يقرب من 5 سنوات ago

Junbo P. · Reviewed ما يقرب من 5 سنوات ago

SOA-YU C. · Reviewed ما يقرب من 5 سنوات ago

I can't create a BUCKET name 'google-...'. Can't finish last application

SOA-YU C. · Reviewed ما يقرب من 5 سنوات ago

I can't create a BUCKET name 'google-...'. Can't finish last application

SOA-YU C. · Reviewed ما يقرب من 5 سنوات ago

Juan Pablo V. · Reviewed ما يقرب من 5 سنوات ago

There is something that is not working when executing this command: gsutil mb gs://${MYBUCKET} I started to get this message: "Creating gs://google3355090-student-image-25839/... BadRequestException: 400 Use of this bucket name is restricted: 'google3355090-student-image-25839'", so I will exit and retry later thanks

Jose V. · Reviewed ما يقرب من 5 سنوات ago

IOANNIS P. · Reviewed ما يقرب من 5 سنوات ago

Pokemon o. · Reviewed ما يقرب من 5 سنوات ago

Mukul T. · Reviewed ما يقرب من 5 سنوات ago

Ramkumar V. · Reviewed ما يقرب من 5 سنوات ago

Simon B. · Reviewed ما يقرب من 5 سنوات ago

hendra r. · Reviewed ما يقرب من 5 سنوات ago

ok

Mudji S. · Reviewed ما يقرب من 5 سنوات ago

JiaMing Y. · Reviewed ما يقرب من 5 سنوات ago

Error: the guide's bucket naming convention is not currently supported

Michael C. · Reviewed ما يقرب من 5 سنوات ago

We do not ensure the published reviews originate from consumers who have purchased or used the products. Reviews are not verified by Google.