public static class BigQuery.ModelListOption extends Option
Class for specifying table list options.
Inherited Members
com.google.cloud.bigquery.Option.equals(java.lang.Object)
com.google.cloud.bigquery.Option.hashCode()
com.google.cloud.bigquery.Option.toString()
Static Methods
pageSize(long pageSize)
public static BigQuery.ModelListOption pageSize(long pageSize)
Returns an option to specify the maximum number of models returned per page.
Parameter | |
---|---|
Name | Description |
pageSize |
long |
Returns | |
---|---|
Type | Description |
BigQuery.ModelListOption |
pageToken(String pageToken)
public static BigQuery.ModelListOption pageToken(String pageToken)
Returns an option to specify the page token from which to start listing models.
Parameter | |
---|---|
Name | Description |
pageToken |
String |
Returns | |
---|---|
Type | Description |
BigQuery.ModelListOption |