Skip to content

Commit

Permalink
GAPIC namespace (#20)
Browse files Browse the repository at this point in the history
* name space google.cloud.aiplatform.gapic
  • Loading branch information
dizcology committed Oct 2, 2020
1 parent 337ec5c commit 7e83ff6
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 2 deletions.
3 changes: 1 addition & 2 deletions google/cloud/aiplatform/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
# limitations under the License.
#


from google.cloud import aiplatform_v1beta1 as gapic_v1beta1
from google.cloud.aiplatform import gapic

__all__ = ()
23 changes: 23 additions & 0 deletions google/cloud/aiplatform/gapic/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# -*- coding: utf-8 -*-

# Copyright 2020 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#

# The latest GAPIC version is exported to the google.cloud.aiplatform.gapic namespace.
from google.cloud.aiplatform_v1beta1 import *

from google.cloud import aiplatform_v1beta1 as v1beta1

__all__ = ()

0 comments on commit 7e83ff6

Please sign in to comment.