File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed
Expand file tree Collapse file tree 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(
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"
You can’t perform that action at this time.
0 commit comments