Uses of Class
com.google.cloud.bigquery.BigQuery.ModelListOption
-
Packages that use BigQuery.ModelListOption Package Description com.google.cloud.bigquery A client for BigQuery – A fully managed, petabyte scale, low cost enterprise data warehouse for analytics. -
-
Uses of BigQuery.ModelListOption in com.google.cloud.bigquery
Methods in com.google.cloud.bigquery that return BigQuery.ModelListOption Modifier and Type Method 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.Methods in com.google.cloud.bigquery with parameters of type BigQuery.ModelListOption Modifier and Type Method 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.
-