Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Authentication process needed for automl-text-classification.ipynb #71

Closed
myoshimu opened this issue Sep 22, 2021 · 2 comments
Closed
Assignees

Comments

@myoshimu
Copy link
Member

Expected Behavior

I tried to run the sample notebook of Vertex AI AutoML text classification model.

Actual Behavior

This notebooks has no authentication process so the user can not access the GCP resources.

Steps to Reproduce the Problem

  1. Open the notebook in colab
  2. Run all the cell

Workaround

Running following cell resolve the issue

from google.colab import auth
auth.authenticate_user()
@ivanmkc
Copy link
Contributor

ivanmkc commented Oct 4, 2021

@nicain
Copy link
Contributor

nicain commented Oct 6, 2021

fix: #88

@nicain nicain closed this as completed Oct 6, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants