Skip to content

Commit

Permalink
docs: Update docstring for 3 model uploading methods
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 518709098
  • Loading branch information
vertex-sdk-bot authored and copybara-github committed Mar 22, 2023
1 parent 5a1146e commit a71e4a3
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions google/cloud/aiplatform/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -3982,8 +3982,6 @@ def upload_xgboost_model_file(
"""Uploads a model and returns a Model representing the uploaded Model
resource.
Note: This function is *experimental* and can be changed in the future.
Example usage:
my_model = Model.upload_xgboost_model_file(
model_file_path="iris.xgboost_model.bst"
Expand Down Expand Up @@ -4224,8 +4222,6 @@ def upload_scikit_learn_model_file(
"""Uploads a model and returns a Model representing the uploaded Model
resource.
Note: This function is *experimental* and can be changed in the future.
Example usage:
my_model = Model.upload_scikit_learn_model_file(
model_file_path="iris.sklearn_model.joblib"
Expand Down Expand Up @@ -4471,8 +4467,6 @@ def upload_tensorflow_saved_model(
"""Uploads a model and returns a Model representing the uploaded Model
resource.
Note: This function is *experimental* and can be changed in the future.
Example usage:
my_model = Model.upload_scikit_learn_model_file(
model_file_path="iris.tensorflow_model.SavedModel"
Expand Down

0 comments on commit a71e4a3

Please sign in to comment.