From 3d471502c86b2a7a05f754a8f4fe640217716d0c Mon Sep 17 00:00:00 2001 From: Mike <45373284+munkhuushmgl@users.noreply.github.com> Date: Tue, 1 Jun 2021 12:56:25 -0700 Subject: [PATCH] chore: change region (#538) --- .../java/com/example/speech/SpeechModelAdaptationBetaTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/speech/snippets/src/test/java/com/example/speech/SpeechModelAdaptationBetaTest.java b/speech/snippets/src/test/java/com/example/speech/SpeechModelAdaptationBetaTest.java index 782e2879631..3ddd8144855 100644 --- a/speech/snippets/src/test/java/com/example/speech/SpeechModelAdaptationBetaTest.java +++ b/speech/snippets/src/test/java/com/example/speech/SpeechModelAdaptationBetaTest.java @@ -34,7 +34,7 @@ public class SpeechModelAdaptationBetaTest { private static String UNIQUE_ID = UUID.randomUUID().toString(); private static final String AUDIO_FILE = "gs://cloud-samples-tests/speech/brooklyn.flac"; private static final String PROJECT_ID = System.getenv("GOOGLE_CLOUD_PROJECT"); - private static final String LOCATION = "us-west1"; + private static final String LOCATION = "global"; private static final String CUSTOM_CLASS_ID = "customClassId" + UNIQUE_ID; private static final String PHRASE_SET_ID = "phraseSetId" + UNIQUE_ID; private ByteArrayOutputStream bout;