Skip to content

Commit

Permalink
add init_auto
Browse files Browse the repository at this point in the history
  • Loading branch information
julieqiu committed Apr 26, 2024
1 parent e0f5601 commit e532e2d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions google/cloud/aiplatform/initializer.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,10 @@ def __init__(self):
self._api_endpoint = None
self._api_transport = None

def init_auto(self, *):
# TODO: create a GCP project with a location
self.init(project=project, location=location)

def init(
self,
*,
Expand Down

0 comments on commit e532e2d

Please sign in to comment.