Uses of Class
com.google.cloud.bigquery.BigQuery.ModelOption
-
Packages that use BigQuery.ModelOption Package Description com.google.cloud.bigquery A client for BigQuery – A fully managed, petabyte scale, low cost enterprise data warehouse for analytics. -
-
Uses of BigQuery.ModelOption in com.google.cloud.bigquery
Methods in com.google.cloud.bigquery that return BigQuery.ModelOption Modifier and Type Method Description static BigQuery.ModelOption
BigQuery.ModelOption. fields(BigQuery.ModelField... fields)
Returns an option to specify the model's fields to be returned by the RPC call.Methods in com.google.cloud.bigquery with parameters of type BigQuery.ModelOption Modifier and Type Method Description Model
BigQuery. getModel(ModelId tableId, BigQuery.ModelOption... options)
Returns the requested model ornull
if not found.Model
BigQuery. getModel(String datasetId, String modelId, BigQuery.ModelOption... options)
Returns the requested model ornull
if not found.Model
Model. reload(BigQuery.ModelOption... options)
Fetches current model's state from the service.Model
BigQuery. update(ModelInfo modelInfo, BigQuery.ModelOption... options)
Updates model information.Model
Model. update(BigQuery.ModelOption... options)
Updates the model's information with this model's information.
-