Skip to content

Commit

Permalink
Checking in staged client helper code
Browse files Browse the repository at this point in the history
Additional test, docs & proposed cleanup needs to happen on top of this.
  • Loading branch information
Lars Wander committed Jul 19, 2019
1 parent afc494b commit 162fcbc
Show file tree
Hide file tree
Showing 5 changed files with 1,533 additions and 0 deletions.
5 changes: 5 additions & 0 deletions automl/docs/gapic/v1beta1/helper.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Helper clients for Cloud AutoML API
===================================

.. automodule:: google.cloud.automl_v1beta1.helper.tables
:members:
1 change: 1 addition & 0 deletions automl/docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ Api Reference

gapic/v1beta1/api
gapic/v1beta1/types
gapic/v1beta1/helper


Changelog
Expand Down
1 change: 1 addition & 0 deletions automl/google/cloud/automl_v1beta1/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
from __future__ import absolute_import

from google.cloud.automl_v1beta1 import types
from google.cloud.automl_v1beta1.helper import tables
from google.cloud.automl_v1beta1.gapic import auto_ml_client
from google.cloud.automl_v1beta1.gapic import enums
from google.cloud.automl_v1beta1.gapic import prediction_service_client
Expand Down
Empty file.
Loading

0 comments on commit 162fcbc

Please sign in to comment.