리뷰 Vertex AI Workbench 노트북: Qwik Start개

리뷰 135909개

Michael L. · 대략 2년 전에 리뷰됨

JUAN CAMILO M. · 대략 2년 전에 리뷰됨

NAGA DIVYASRI M. · 대략 2년 전에 리뷰됨

SAI GIRISH B. · 대략 2년 전에 리뷰됨

Shlok B. · 대략 2년 전에 리뷰됨

Darshini M. · 대략 2년 전에 리뷰됨

Sai Ram B. · 대략 2년 전에 리뷰됨

Sri Raman S. · 대략 2년 전에 리뷰됨

Jai Sai Akhil K. · 대략 2년 전에 리뷰됨

LTI S. · 대략 2년 전에 리뷰됨

Prashant A. · 대략 2년 전에 리뷰됨

Catalin S. · 대략 2년 전에 리뷰됨

コメントが上手く反映されてない?3回送信したけど、 2回目、3回目がずっと1回目のコメントのままではないか?

yushi w. · 대략 2년 전에 리뷰됨

下記の問題があって、処理が進めない 1.インスタンスをCreateしたとき、 [ワークベンチ] ページで、[新しいノートブック] をクリックします。 の辺りから、説明が古い、 基本的にAdvancedの設定を開かないと、細かい選択ができない 2.Step 3.1: Set up a Cloud Storage bucket[¶](https://342beeb48cfbcd1b-dot-us-east4.notebooks.googleusercontent.com/lab/tree/training-data-analyst/self-paced-labs/ai-platform-qwikstart/ai_platform_qwik_start.ipynb#Step-3.1:-Set-up-a-Cloud-Storage-bucket) --------------------------------------------------------------------------- CalledProcessError Traceback (most recent call last) Cell In[19], line 1 ----> 1 get_ipython().run_cell_magic('bash', '', '\nif ! gsutil ls | grep -q gs://${BUCKET_NAME}; then\n gsutil mb -l ${REGION} gs://${BUCKET_NAME}\nfi\ngsutil cp -r data gs://$BUCKET_NAME/data\n') File /opt/conda/lib/python3.9/site-packages/IPython/core/interactiveshell.py:2493, in InteractiveShell.run_cell_magic(self, magic_name, line, cell) 2491 with self.builtin_trap: 2492 args = (magic_arg_s, cell) -> 2493 result = fn(*args, **kwargs) 2495 # The code below prevents the output from being displayed 2496 # when using magics with decorator @output_can_be_silenced 2497 # when the last Python token in the expression is a ';'. 2498 if getattr(fn, magic.MAGIC_OUTPUT_CAN_BE_SILENCED, False): File /opt/conda/lib/python3.9/site-packages/IPython/core/magics/script.py:154, in ScriptMagics._make_script_magic.<locals>.named_script_magic(line, cell) 152 else: 153 line = script --> 154 return self.shebang(line, cell) File /opt/conda/lib/python3.9/site-packages/IPython/core/magics/script.py:314, in ScriptMagics.shebang(self, line, cell) 309 if args.raise_error and p.returncode != 0: 310 # If we get here and p.returncode is still None, we must have 311 # killed it but not yet seen its return code. We don't wait for it, 312 # in case it's stuck in uninterruptible sleep. -9 = SIGKILL 313 rc = p.returncode or -9 --> 314 raise CalledProcessError(rc, cell) CalledProcessError: Command 'b'\nif ! gsutil ls | grep -q gs://${BUCKET_NAME}; then\n gsutil mb -l ${REGION} gs://${BUCKET_NAME}\nfi\ngsutil cp -r data gs://$BUCKET_NAME/data\n'' returned non-zero exit status 1.

yushi w. · 대략 2년 전에 리뷰됨

下記の問題があって、処理が進めない 1.インスタンスをCreateしたとき、 [ワークベンチ] ページで、[新しいノートブック] をクリックします。 の辺りから、説明が古い、 基本的にAdvancedの設定を開かないと、細かい選択ができない 2.Step 3.1: Set up a Cloud Storage bucket[¶](https://342beeb48cfbcd1b-dot-us-east4.notebooks.googleusercontent.com/lab/tree/training-data-analyst/self-paced-labs/ai-platform-qwikstart/ai_platform_qwik_start.ipynb#Step-3.1:-Set-up-a-Cloud-Storage-bucket) --------------------------------------------------------------------------- CalledProcessError Traceback (most recent call last) Cell In[19], line 1 ----> 1 get_ipython().run_cell_magic('bash', '', '\nif ! gsutil ls | grep -q gs://${BUCKET_NAME}; then\n gsutil mb -l ${REGION} gs://${BUCKET_NAME}\nfi\ngsutil cp -r data gs://$BUCKET_NAME/data\n') File /opt/conda/lib/python3.9/site-packages/IPython/core/interactiveshell.py:2493, in InteractiveShell.run_cell_magic(self, magic_name, line, cell) 2491 with self.builtin_trap: 2492 args = (magic_arg_s, cell) -> 2493 result = fn(*args, **kwargs) 2495 # The code below prevents the output from being displayed 2496 # when using magics with decorator @output_can_be_silenced 2497 # when the last Python token in the expression is a ';'. 2498 if getattr(fn, magic.MAGIC_OUTPUT_CAN_BE_SILENCED, False): File /opt/conda/lib/python3.9/site-packages/IPython/core/magics/script.py:154, in ScriptMagics._make_script_magic.<locals>.named_script_magic(line, cell) 152 else: 153 line = script --> 154 return self.shebang(line, cell) File /opt/conda/lib/python3.9/site-packages/IPython/core/magics/script.py:314, in ScriptMagics.shebang(self, line, cell) 309 if args.raise_error and p.returncode != 0: 310 # If we get here and p.returncode is still None, we must have 311 # killed it but not yet seen its return code. We don't wait for it, 312 # in case it's stuck in uninterruptible sleep. -9 = SIGKILL 313 rc = p.returncode or -9 --> 314 raise CalledProcessError(rc, cell) CalledProcessError: Command 'b'\nif ! gsutil ls | grep -q gs://${BUCKET_NAME}; then\n gsutil mb -l ${REGION} gs://${BUCKET_NAME}\nfi\ngsutil cp -r data gs://$BUCKET_NAME/data\n'' returned non-zero exit status 1.

yushi w. · 대략 2년 전에 리뷰됨

LTI S. · 대략 2년 전에 리뷰됨

Sewook W. · 대략 2년 전에 리뷰됨

good

Gautham K. · 대략 2년 전에 리뷰됨

Akash M. · 대략 2년 전에 리뷰됨

Catalin-Ioan V. · 대략 2년 전에 리뷰됨

Bhanu Pratap S. · 대략 2년 전에 리뷰됨

nice

Shahil R. · 대략 2년 전에 리뷰됨

jj

Samrat M. · 대략 2년 전에 리뷰됨

Dan L. · 대략 2년 전에 리뷰됨

Dan L. · 대략 2년 전에 리뷰됨

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