File tree 1 file changed +0
-6
lines changed
1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -3982,8 +3982,6 @@ def upload_xgboost_model_file(
3982
3982
"""Uploads a model and returns a Model representing the uploaded Model
3983
3983
resource.
3984
3984
3985
- Note: This function is *experimental* and can be changed in the future.
3986
-
3987
3985
Example usage:
3988
3986
my_model = Model.upload_xgboost_model_file(
3989
3987
model_file_path="iris.xgboost_model.bst"
@@ -4224,8 +4222,6 @@ def upload_scikit_learn_model_file(
4224
4222
"""Uploads a model and returns a Model representing the uploaded Model
4225
4223
resource.
4226
4224
4227
- Note: This function is *experimental* and can be changed in the future.
4228
-
4229
4225
Example usage:
4230
4226
my_model = Model.upload_scikit_learn_model_file(
4231
4227
model_file_path="iris.sklearn_model.joblib"
@@ -4471,8 +4467,6 @@ def upload_tensorflow_saved_model(
4471
4467
"""Uploads a model and returns a Model representing the uploaded Model
4472
4468
resource.
4473
4469
4474
- Note: This function is *experimental* and can be changed in the future.
4475
-
4476
4470
Example usage:
4477
4471
my_model = Model.upload_scikit_learn_model_file(
4478
4472
model_file_path="iris.tensorflow_model.SavedModel"
You can’t perform that action at this time.
0 commit comments