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.
|
ModelId |
ExtractJobConfiguration.getSourceModel()
Returns the model to export.
|
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 ExtractJobConfiguration.Builder |
ExtractJobConfiguration.newBuilder(ModelId sourceModel,
List<String> destinationUris)
Creates a builder for a BigQuery Extract Job configuration given source model and destination
URIs.
|
static ExtractJobConfiguration.Builder |
ExtractJobConfiguration.newBuilder(ModelId sourceModel,
String destinationUri)
Creates a builder for a BigQuery Extract Job configuration given source model and destination
URI.
|
static ModelInfo |
ModelInfo.of(ModelId modelId)
Returns a
ModelInfo object given table identity. |
static ExtractJobConfiguration |
ExtractJobConfiguration.of(ModelId sourceModel,
List<String> destinationUris)
Returns a BigQuery Extract Job configuration for the given source model and destination URIs.
|
static ExtractJobConfiguration |
ExtractJobConfiguration.of(ModelId sourceModel,
List<String> destinationUris,
String format)
Returns a BigQuery Extract Job configuration for the given source table, format and destination
URIs.
|
static ExtractJobConfiguration |
ExtractJobConfiguration.of(ModelId sourceModel,
String destinationUri)
Returns a BigQuery Extract Job configuration for the given source model and destination URI.
|
static ExtractJobConfiguration |
ExtractJobConfiguration.of(ModelId sourceTable,
String destinationUri,
String format)
Returns a BigQuery Extract Job configuration for the given source model, format and destination
URI.
|
Model.Builder |
Model.Builder.setModelId(ModelId modelId) |
abstract ModelInfo.Builder |
ModelInfo.Builder.setModelId(ModelId modelId) |
ExtractJobConfiguration.Builder |
ExtractJobConfiguration.Builder.setSourceModel(ModelId sourceModel)
Sets the model to export.
|
Copyright © 2023 Google LLC. All rights reserved.