Class BigQuery.ModelListOption (2.48.1)
Stay organized with collections
Save and categorize content based on your preferences.
publicstaticclass BigQuery.ModelListOptionextendsOptionClass 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)
publicstaticBigQuery.ModelListOptionpageSize(longpageSize)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)
publicstaticBigQuery.ModelListOptionpageToken(StringpageToken)Returns an option to specify the page token from which to start listing models.
| Parameter | |
|---|---|
| Name | Description |
pageToken |
String |
| Returns | |
|---|---|
| Type | Description |
BigQuery.ModelListOption |
|