Skip to content

Commit

Permalink
Updating dev with module namespace changes. (googleapis#21)
Browse files Browse the repository at this point in the history
* Export aiplatform_v1beta1 as aiplatform.gapic_v1beta1 (googleapis#17)

Freeing up the google.cloud.aiplatform namespace for MB SDK

* GAPIC namespace (googleapis#20)

* name space google.cloud.aiplatform.gapic

Co-authored-by: Yu-Han Liu <yuhanliu@google.com>
  • Loading branch information
sasha-gitg and dizcology committed Nov 30, 2020
1 parent 860d12e commit 3b4a7bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion google/cloud/aiplatform/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@

from google.cloud.aiplatform import gapic

__all__ = (gapic,)
__all__ = ()

0 comments on commit 3b4a7bb

Please sign in to comment.