We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7dd5898 commit 3d47150Copy full SHA for 3d47150
speech/snippets/src/test/java/com/example/speech/SpeechModelAdaptationBetaTest.java
@@ -34,7 +34,7 @@ public class SpeechModelAdaptationBetaTest {
34
private static String UNIQUE_ID = UUID.randomUUID().toString();
35
private static final String AUDIO_FILE = "gs://cloud-samples-tests/speech/brooklyn.flac";
36
private static final String PROJECT_ID = System.getenv("GOOGLE_CLOUD_PROJECT");
37
- private static final String LOCATION = "us-west1";
+ private static final String LOCATION = "global";
38
private static final String CUSTOM_CLASS_ID = "customClassId" + UNIQUE_ID;
39
private static final String PHRASE_SET_ID = "phraseSetId" + UNIQUE_ID;
40
private ByteArrayOutputStream bout;
0 commit comments