Greg Castle

Results 2 issues of Greg Castle

Step 6 in the getting started instructions fails due to google-cloud-sdk trying to overwrite a LICENSE file installed by google-cloud-cli. This seems like it probably isn't your problem, I think...

In 01-dataset-management.ipynb at "Create Vertex Dataset resource" I get the following error: ``` --------------------------------------------------------------------------- AttributeError Traceback (most recent call last) /var/tmp/ipykernel_23085/3064911949.py in 1 vertex_ai.init( 2 project=PROJECT, ----> 3 location=REGION 4...