Skip to content

Commit 7e9cbb9

Browse files
nnegreydzlier-gcp
authored andcommitted
hotfix: Update ListDatasets.java (#1904)
* Update ListDatasets.java * Update ListDatasets.java
1 parent 564ceab commit 7e9cbb9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

automl/cloud-client/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)