Skip to content

Commit

Permalink
samples: changed v1beta1 AutoML model for v1 (#168)
Browse files Browse the repository at this point in the history
  • Loading branch information
telpirion authored and dandhlee committed Nov 18, 2022
1 parent 8f9d93f commit 5387705
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

PROJECT_ID = os.environ["GOOGLE_CLOUD_PROJECT"]
GLOSSARY_ID = "DO_NOT_DELETE_TEST_GLOSSARY"
MODEL_ID = "TRL3128559826197068699"
MODEL_ID = "TRL251293382528204800"


@pytest.fixture(scope="function")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@


PROJECT_ID = os.environ["GOOGLE_CLOUD_PROJECT"]
MODEL_ID = "TRL3128559826197068699"
MODEL_ID = "TRL251293382528204800"


@pytest.fixture(scope="function")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@


PROJECT_ID = os.environ["GOOGLE_CLOUD_PROJECT"]
MODEL_ID = "TRL3128559826197068699"
MODEL_ID = "TRL251293382528204800"


def test_translate_text_with_model(capsys):
Expand Down

0 comments on commit 5387705

Please sign in to comment.