| Package | Description | 
|---|---|
| com.google.cloud.bigquery | 
 A client for BigQuery – A fully managed, petabyte scale, low cost enterprise data warehouse for
 analytics. 
 | 
| Modifier and Type | Method and 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. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Model | 
BigQuery.getModel(ModelId tableId,
        BigQuery.ModelOption... options)
Returns the requested model or  
null if not found. | 
Model | 
BigQuery.getModel(String datasetId,
        String modelId,
        BigQuery.ModelOption... options)
Returns the requested model or  
null if not found. | 
Model | 
Model.reload(BigQuery.ModelOption... options)
Fetches current model's state from the service. 
 | 
Model | 
Model.update(BigQuery.ModelOption... options)
Updates the model's information with this model's information. 
 | 
Model | 
BigQuery.update(ModelInfo modelInfo,
      BigQuery.ModelOption... options)
Updates model information. 
 | 
Copyright © 2019 Google LLC. All rights reserved.