Package com.google.cloud.bigquery
Class BigQuery.ModelOption
- java.lang.Object
-
- com.google.cloud.bigquery.BigQuery.ModelOption
-
- All Implemented Interfaces:
Serializable
- Enclosing interface:
- BigQuery
public static class BigQuery.ModelOption extends Object
Class for specifying model get, create and update options.- See Also:
- Serialized Form
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)static BigQuery.ModelOptionfields(BigQuery.ModelField... fields)Returns an option to specify the model's fields to be returned by the RPC call.inthashCode()StringtoString()
-
-
-
Method Detail
-
fields
public static BigQuery.ModelOption fields(BigQuery.ModelField... fields)
Returns an option to specify the model's fields to be returned by the RPC call. If this option is not provided all model's fields are returned.ModelOption.fieldscan be used to specify only the fields of interest.
-
-