We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1449344 commit 0cb1a7bCopy full SHA for 0cb1a7b
google/cloud/aiplatform/initializer.py
@@ -274,9 +274,10 @@ def project(self) -> str:
274
project_not_found_exception_str = (
275
"Unable to find your project. Please provide a project ID by:"
276
"\n- Passing a constructor argument"
277
- "\n- Using aiplatform.init()"
+ "\n- Using vertexai.init()"
278
"\n- Setting project using 'gcloud config set project my-project'"
279
"\n- Setting a GCP environment variable"
280
+ "\n- To create a Google Cloud project, please follow guidance at https://developers.google.com/workspace/guides/create-project"
281
)
282
283
try:
0 commit comments