Skip to content

Commit 3c65b59

Browse files
nirupa-kumarchingor13
authored andcommitted
samples: Automl - minor bug fixes (#1168)
* Test push * Vision AutoML * Vision AutoML updates + Translate AutoML * Translate README fixes * Fixing Kokoro failure issue * Language AutoML * Vision AutoML * Translate AutoML files added * Triggering tests * Triggering tests * Updates based on comments * Updates after review comments * Fixed build issue * Fixed build issue * Fix other bugs after review * pom file updates * region tag modification * bucket name update for language * other minor updates
1 parent 350da49 commit 3c65b59

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

automl/snippets/src/main/java/com/google/cloud/translate/automl/DatasetApi.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
*/
4646
public class DatasetApi {
4747

48-
// [START automl_translate_create_dataset]
48+
// [START automl_translation_create_dataset]
4949
/**
5050
* Demonstrates using the AutoML client to create a dataset
5151
*

automl/snippets/src/test/java/com/google/cloud/translate/automl/PredictionApiIT.java

-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
package com.google.cloud.translate.automl;
1818

1919
import static com.google.common.truth.Truth.assertThat;
20-
import static java.lang.Boolean.FALSE;
2120

2221
import java.io.ByteArrayOutputStream;
2322
import java.io.PrintStream;

0 commit comments

Comments
 (0)