Skip to content

Commit eb358ff

Browse files
nnegreyShabirmean
authored andcommitted
samples: hotfix: Update ListDatasets.java (#1904)
* Update ListDatasets.java * Update ListDatasets.java
1 parent cd4dfe8 commit eb358ff

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

automl/snippets/src/main/java/com/example/automl/ListDatasets.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ static void listDatasets(String projectId) throws IOException {
4848
ListDatasetsRequest request =
4949
ListDatasetsRequest.newBuilder()
5050
.setParent(projectLocation.toString())
51-
.setFilter("translation_dataset_metadata:*")
5251
.build();
5352

5453
// List all the datasets available in the region by applying filter.

0 commit comments

Comments
 (0)