Package | Description |
---|---|
com.google.cloud.bigquery |
A client for BigQuery – A fully managed, petabyte scale, low cost enterprise data warehouse for
analytics.
|
Modifier and Type | Method and Description |
---|---|
static BigQuery.ModelListOption |
BigQuery.ModelListOption.pageSize(long pageSize)
Returns an option to specify the maximum number of models returned per page.
|
static BigQuery.ModelListOption |
BigQuery.ModelListOption.pageToken(String pageToken)
Returns an option to specify the page token from which to start listing models.
|
Modifier and Type | Method and Description |
---|---|
com.google.api.gax.paging.Page<Model> |
BigQuery.listModels(DatasetId datasetId,
BigQuery.ModelListOption... options)
Lists the models in the dataset.
|
com.google.api.gax.paging.Page<Model> |
BigQuery.listModels(String datasetId,
BigQuery.ModelListOption... options)
Lists the models in the dataset.
|
Copyright © 2019 Google LLC. All rights reserved.