Skip to content

Commit c8422a9

Browse files
authored
fix: system tests failure from test_upload_and_deploy_xgboost_model (#1149)
Fixes #1138 🦕
1 parent 31b4f86 commit c8422a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

google/cloud/aiplatform/models.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2775,7 +2775,7 @@ def upload_xgboost_model_file(
27752775
Also if model directory does not contain a supported model file.
27762776
"""
27772777
if not display_name:
2778-
display_name = cls.__class__.__generate_display_name("XGBoost model")
2778+
display_name = cls._generate_display_name("XGBoost model")
27792779

27802780
XGBOOST_SUPPORTED_MODEL_FILE_EXTENSIONS = [
27812781
".pkl",

0 commit comments

Comments
 (0)