-
Notifications
You must be signed in to change notification settings - Fork 348
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: surface CPR docs, and reformat docstrings (#1708)
* chore: add prediction module to official SDK docs * chore: Make prediction module docs discoverable * chore: rename doc title * chore: fix formatting of docstrings * chore: fix docstring spacing issues * chore: another attempt to fix code block * chore: yet another attempt to fix code block * chore: change code blocks to use code-block * chore: fix spacing * chore: more docstring formatting changes * fix: more docstring format changes * chore: more formatting changes * chore: fix lint * chore: more formatting changes * chore: update comments * Update google/cloud/aiplatform/prediction/local_model.py Co-authored-by: Dan Lee <[email protected]> * Update google/cloud/aiplatform/prediction/local_model.py Co-authored-by: Dan Lee <[email protected]> * chore: fix typo Co-authored-by: Dan Lee <[email protected]> Co-authored-by: Rosie Zou <[email protected]>
- Loading branch information
1 parent
2b7583b
commit 6190088
Showing
5 changed files
with
99 additions
and
66 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
Custom Prediction Routine and Local Predict | ||
=========================================== | ||
.. automodule:: google.cloud.aiplatform.prediction | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters