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 564ceab commit 7e9cbb9Copy full SHA for 7e9cbb9
automl/cloud-client/src/main/java/com/example/automl/ListDatasets.java
@@ -48,7 +48,6 @@ static void listDatasets(String projectId) throws IOException {
48
ListDatasetsRequest request =
49
ListDatasetsRequest.newBuilder()
50
.setParent(projectLocation.toString())
51
- .setFilter("translation_dataset_metadata:*")
52
.build();
53
54
// List all the datasets available in the region by applying filter.
0 commit comments