| 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 | 
|---|---|
Model | 
Model.Builder.build()  | 
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. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
com.google.api.gax.paging.Page<Model> | 
BigQuery.listModels(DatasetId datasetId,
          BigQuery.ModelListOption... options)
Lists the models in the dataset. 
 | 
com.google.api.gax.paging.Page<Model> | 
BigQuery.listModels(String datasetId,
          BigQuery.ModelListOption... options)
Lists the models in the dataset. 
 | 
Copyright © 2019 Google LLC. All rights reserved.