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 |
---|---|
ModelId |
ModelInfo.getModelId()
Returns the model identity.
|
static ModelId |
ModelId.of(String dataset,
String model)
Creates a model identity given dataset and model identifiers.
|
static ModelId |
ModelId.of(String project,
String dataset,
String model)
Creates a model identity given project, dataset, and model identifiers.
|
Modifier and Type | Method and Description |
---|---|
boolean |
BigQuery.delete(ModelId modelId)
Deletes the requested model.
|
Model |
BigQuery.getModel(ModelId tableId,
BigQuery.ModelOption... options)
Returns the requested model or
null if not found. |
static ModelInfo.Builder |
ModelInfo.newBuilder(ModelId modelId)
Returns a builder for a
ModelInfo object given table identity. |
static ModelInfo |
ModelInfo.of(ModelId modelId)
Returns a
ModelInfo object given table identity. |
abstract ModelInfo.Builder |
ModelInfo.Builder.setModelId(ModelId modelId) |
Model.Builder |
Model.Builder.setModelId(ModelId modelId) |
Copyright © 2019 Google LLC. All rights reserved.