Skip to content

Commit

Permalink
Merge branch 'master' into training-misspelled---issue-#1312
Browse files Browse the repository at this point in the history
  • Loading branch information
nnegrey authored Jun 12, 2019
2 parents c5a1975 + a34b099 commit 7553915
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,6 @@ public static void main(String... args) throws Exception {

// [START bigquery_simple_app_print]
// Get the results.
QueryResponse response = bigquery.getQueryResults(jobId);

TableResult result = queryJob.getQueryResults();

// Print all pages of the results.
Expand Down
2 changes: 1 addition & 1 deletion vision/automl/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ mvn exec:java -Dexec.mainClass="com.google.cloud.vision.samples.automl.DatasetAp
#### Import data
```
mvn exec:java -Dexec.mainClass="com.google.cloud.vision.samples.automl.DatasetApi" \
-Dexec.args="import_data [dataset-id] gs://java-docs-samples-testing/flower_traindata.csv"
-Dexec.args="import_data [dataset-id] gs://cloud-ml-data/img/flower_photos/train_set.csv"
```

### Model API
Expand Down

0 comments on commit 7553915

Please sign in to comment.