Skip to content

Commit a71e4a3

Browse files
vertex-sdk-botcopybara-github
authored andcommitted
docs: Update docstring for 3 model uploading methods
PiperOrigin-RevId: 518709098
1 parent 5a1146e commit a71e4a3

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

google/cloud/aiplatform/models.py

-6
Original file line numberDiff line numberDiff line change
@@ -3982,8 +3982,6 @@ def upload_xgboost_model_file(
39823982
"""Uploads a model and returns a Model representing the uploaded Model
39833983
resource.
39843984
3985-
Note: This function is *experimental* and can be changed in the future.
3986-
39873985
Example usage:
39883986
my_model = Model.upload_xgboost_model_file(
39893987
model_file_path="iris.xgboost_model.bst"
@@ -4224,8 +4222,6 @@ def upload_scikit_learn_model_file(
42244222
"""Uploads a model and returns a Model representing the uploaded Model
42254223
resource.
42264224
4227-
Note: This function is *experimental* and can be changed in the future.
4228-
42294225
Example usage:
42304226
my_model = Model.upload_scikit_learn_model_file(
42314227
model_file_path="iris.sklearn_model.joblib"
@@ -4471,8 +4467,6 @@ def upload_tensorflow_saved_model(
44714467
"""Uploads a model and returns a Model representing the uploaded Model
44724468
resource.
44734469
4474-
Note: This function is *experimental* and can be changed in the future.
4475-
44764470
Example usage:
44774471
my_model = Model.upload_scikit_learn_model_file(
44784472
model_file_path="iris.tensorflow_model.SavedModel"

0 commit comments

Comments
 (0)