public static class BigQuery.ModelListOption extends Object
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
int |
hashCode() |
static BigQuery.ModelListOption |
pageSize(long pageSize)
Returns an option to specify the maximum number of models returned per page.
|
static BigQuery.ModelListOption |
pageToken(String pageToken)
Returns an option to specify the page token from which to start listing models.
|
String |
toString() |
public static BigQuery.ModelListOption pageSize(long pageSize)
public static BigQuery.ModelListOption pageToken(String pageToken)
Copyright © 2019 Google LLC. All rights reserved.