Skip to content

Commit

Permalink
docs: Reverted IDs in model_service snippets test (#871)
Browse files Browse the repository at this point in the history
Co-authored-by: nicain <nicain.seattle@gmail.com>
  • Loading branch information
nayaknishant and nicain committed Dec 1, 2021
1 parent 66745a6 commit da747b5
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -17,8 +17,8 @@
import get_model_evaluation_sample

PROJECT_ID = os.getenv("BUILD_SPECIFIC_GCLOUD_PROJECT")
MODEL_ID = "626638064948609024" # bq all
EVALUATION_ID = "3002272024979570688" # bq all evaluation
MODEL_ID = "8842430840248991744" # bq all
EVALUATION_ID = "4944816689650806017" # bq all evaluation


def test_ucaip_generated_get_model_evaluation_sample(capsys):
Expand Down

0 comments on commit da747b5

Please sign in to comment.