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 cd4dfe8 commit eb358ffCopy full SHA for eb358ff
automl/snippets/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