Skip to content

Commit da747b5

Browse files
nayaknishantnicain
andauthored
docs: Reverted IDs in model_service snippets test (#871)
Co-authored-by: nicain <[email protected]>
1 parent 66745a6 commit da747b5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

samples/snippets/model_service/get_model_evaluation_tabular_regression_sample_test.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
import get_model_evaluation_sample
1818

1919
PROJECT_ID = os.getenv("BUILD_SPECIFIC_GCLOUD_PROJECT")
20-
MODEL_ID = "626638064948609024" # bq all
21-
EVALUATION_ID = "3002272024979570688" # bq all evaluation
20+
MODEL_ID = "8842430840248991744" # bq all
21+
EVALUATION_ID = "4944816689650806017" # bq all evaluation
2222

2323

2424
def test_ucaip_generated_get_model_evaluation_sample(capsys):

0 commit comments

Comments
 (0)