public static class BigQuery.ModelOption extends Object
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
equals(Object obj)  | 
static BigQuery.ModelOption | 
fields(BigQuery.ModelField... fields)
Returns an option to specify the model's fields to be returned by the RPC call. 
 | 
int | 
hashCode()  | 
String | 
toString()  | 
public static BigQuery.ModelOption fields(BigQuery.ModelField... fields)
ModelOption.fields can be
 used to specify only the fields of interest.Copyright © 2019 Google LLC. All rights reserved.