Uses of Class
com.google.cloud.bigquery.Model
-
Packages that use Model Package Description com.google.cloud.bigquery A client for BigQuery – A fully managed, petabyte scale, low cost enterprise data warehouse for analytics. -
-
Uses of Model in com.google.cloud.bigquery
Methods in com.google.cloud.bigquery that return Model Modifier and Type Method Description Model
Model.Builder. build()
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.Methods in com.google.cloud.bigquery that return types with arguments of type Model Modifier and Type Method 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.
-