리뷰 Real Time Data Processing With CLoud IoT Core개

리뷰 Real Time Data Processing With CLoud IoT Core개

리뷰 638개

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

Nicolas P. · 거의 5년 전에 리뷰됨

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

浩恩 邱. · 거의 5년 전에 리뷰됨

Firman M. · 거의 5년 전에 리뷰됨

Jyy Bing L. · 거의 5년 전에 리뷰됨

mohamed b. · 거의 5년 전에 리뷰됨

Delvine L. · 거의 5년 전에 리뷰됨

Aji R. · 거의 5년 전에 리뷰됨

Hans K. · 거의 5년 전에 리뷰됨

Sindhu I. · 거의 5년 전에 리뷰됨

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. · 거의 5년 전에 리뷰됨

Junbo P. · 거의 5년 전에 리뷰됨

SOA-YU C. · 거의 5년 전에 리뷰됨

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

SOA-YU C. · 거의 5년 전에 리뷰됨

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

SOA-YU C. · 거의 5년 전에 리뷰됨

Juan Pablo V. · 거의 5년 전에 리뷰됨

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. · 거의 5년 전에 리뷰됨

IOANNIS P. · 거의 5년 전에 리뷰됨

Pokemon o. · 거의 5년 전에 리뷰됨

Mukul T. · 거의 5년 전에 리뷰됨

Ramkumar V. · 거의 5년 전에 리뷰됨

Simon B. · 거의 5년 전에 리뷰됨

hendra r. · 거의 5년 전에 리뷰됨

ok

Mudji S. · 거의 5년 전에 리뷰됨

JiaMing Y. · 거의 5년 전에 리뷰됨

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

Michael C. · 거의 5년 전에 리뷰됨

Google은 게시된 리뷰가 제품을 구매 또는 사용한 소비자에 의해 작성되었음을 보증하지 않습니다. 리뷰는 Google의 인증을 거치지 않습니다.