Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ API Reference
.. toctree::
:maxdepth: 2

aiplatform_v1/services
aiplatform_v1/types

aiplatform_v1beta1/services
aiplatform_v1beta1/types

Expand Down
2 changes: 1 addition & 1 deletion google/cloud/aiplatform/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@
from google.cloud.aiplatform import gapic


__all__ = (gapic,)
__all__ = ("gapic",)