Skip to content

Commit

Permalink
sample: fix region tag (#145)
Browse files Browse the repository at this point in the history
* sample: fix region tag

* sample: fix region tag
  • Loading branch information
stephaniewang526 committed Jan 31, 2020
1 parent e30b3d7 commit 0337462
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion samples/src/main/java/com/example/bigquery/GetModel.java
Expand Up @@ -16,13 +16,13 @@

package com.example.bigquery;

// [START bigquery_get_model]
import com.google.cloud.bigquery.BigQuery;
import com.google.cloud.bigquery.BigQueryException;
import com.google.cloud.bigquery.BigQueryOptions;
import com.google.cloud.bigquery.Model;
import com.google.cloud.bigquery.ModelId;

// [START bigquery_get_model]
public class GetModel {

public static void runGetModel() {
Expand Down
2 changes: 1 addition & 1 deletion samples/src/main/java/com/example/bigquery/ListModels.java
Expand Up @@ -16,14 +16,14 @@

package com.example.bigquery;

// [START bigquery_list_models]
import com.google.api.gax.paging.Page;
import com.google.cloud.bigquery.BigQuery;
import com.google.cloud.bigquery.BigQuery.ModelListOption;
import com.google.cloud.bigquery.BigQueryException;
import com.google.cloud.bigquery.BigQueryOptions;
import com.google.cloud.bigquery.Model;

// [START bigquery_list_models]
public class ListModels {

public static void runListModels() {
Expand Down

0 comments on commit 0337462

Please sign in to comment.